Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 987869aa authored by Shawn Guo's avatar Shawn Guo
Browse files

iio: mxs-lradc: remove unneeded mach header inclusion



Headers <mach/mxs.h> and <mach/common.h> are not used in the driver
at all.  Removed the inclusions.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 36d1da1d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -36,9 +36,6 @@
#include <linux/delay.h>
#include <linux/input.h>

#include <mach/mxs.h>
#include <mach/common.h>

#include <linux/iio/iio.h>
#include <linux/iio/buffer.h>
#include <linux/iio/trigger.h>