diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-11-28 21:27:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-30 08:11:46 -0500 |
commit | 11ef9afdba19f406743f755cdeaa4e69a5068941 (patch) | |
tree | 4addde67b104ea719d5143763c68ef5d7efcb32c /drivers/iio | |
parent | afc3a57a2efc4af623df07771c6b1aef15158537 (diff) |
iio: gyro: adis16136: remove duplicated include from adis16136.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/gyro/adis16136.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/gyro/adis16136.c b/drivers/iio/gyro/adis16136.c index b4ee3393b772..8cb0bcbfd609 100644 --- a/drivers/iio/gyro/adis16136.c +++ b/drivers/iio/gyro/adis16136.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/iio/buffer.h> | 22 | #include <linux/iio/buffer.h> |
23 | #include <linux/iio/imu/adis.h> | 23 | #include <linux/iio/imu/adis.h> |
24 | 24 | ||
25 | #include <linux/iio/iio.h> | ||
26 | #include <linux/debugfs.h> | 25 | #include <linux/debugfs.h> |
27 | 26 | ||
28 | #define ADIS16136_REG_FLASH_CNT 0x00 | 27 | #define ADIS16136_REG_FLASH_CNT 0x00 |