From d8a6fc1813789afdc99e0c993b18ecf216ff408e Mon Sep 17 00:00:00 2001 From: Himanshu Jha Date: Fri, 23 Mar 2018 00:42:42 +0530 Subject: [PATCH] Staging: iio: accel: adis16201: Remove unused headers Remove few unused headers files since the adis core handles the buffer and sysfs support. Signed-off-by: Himanshu Jha Signed-off-by: Jonathan Cameron --- drivers/staging/iio/accel/adis16201.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/iio/accel/adis16201.c b/drivers/staging/iio/accel/adis16201.c index 97e25a3..b04dbb3 100644 --- a/drivers/staging/iio/accel/adis16201.c +++ b/drivers/staging/iio/accel/adis16201.c @@ -6,7 +6,6 @@ * Licensed under the GPL-2 or later. */ -#include #include #include #include @@ -16,8 +15,6 @@ #include #include -#include -#include #include #define ADIS16201_STARTUP_DELAY_MS 220 -- 2.7.4