diff options
author | Shreeya Patel <shreeya.patel23498@gmail.com> | 2018-03-29 14:49:22 +0530 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-03-30 13:50:35 +0100 |
commit | 11b2ffbbc3d4d73ef33f479d1b5b3d1d51485d85 (patch) | |
tree | 951df5534b8c2df9d876788671c0f60af2da30f8 | |
parent | ec4187783f857597435311f6692bbf8badb9e299 (diff) |
Staging: iio: adis16209: Remove unused headers
Remove few unused header files since the adis core handles
the sysfs and buffer support.
Signed-off-by: Shreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | drivers/staging/iio/accel/adis16209.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/iio/accel/adis16209.c b/drivers/staging/iio/accel/adis16209.c index 1aed1b85f2a8..e77c1eed3b67 100644 --- a/drivers/staging/iio/accel/adis16209.c +++ b/drivers/staging/iio/accel/adis16209.c @@ -6,7 +6,6 @@ * Licensed under the GPL-2 or later. */ -#include <linux/delay.h> #include <linux/device.h> #include <linux/kernel.h> #include <linux/list.h> @@ -16,8 +15,6 @@ #include <linux/sysfs.h> #include <linux/iio/iio.h> -#include <linux/iio/sysfs.h> -#include <linux/iio/buffer.h> #include <linux/iio/imu/adis.h> #define ADIS16209_STARTUP_DELAY_MS 220 |