From 11b2ffbbc3d4d73ef33f479d1b5b3d1d51485d85 Mon Sep 17 00:00:00 2001 From: Shreeya Patel Date: Thu, 29 Mar 2018 14:49:22 +0530 Subject: [PATCH] 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 Signed-off-by: Jonathan Cameron --- drivers/staging/iio/accel/adis16209.c | 3 --- 1 file changed, 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 #include #include #include @@ -16,8 +15,6 @@ #include #include -#include -#include #include #define ADIS16209_STARTUP_DELAY_MS 220 -- 2.45.2