diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-11-29 06:27:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-30 17:11:46 +0400 |
commit | 11ef9afdba19f406743f755cdeaa4e69a5068941 (patch) | |
tree | 4addde67b104ea719d5143763c68ef5d7efcb32c /drivers | |
parent | afc3a57a2efc4af623df07771c6b1aef15158537 (diff) | |
download | linux-11ef9afdba19f406743f755cdeaa4e69a5068941.tar.xz |
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')
-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 @@ #include <linux/iio/buffer.h> #include <linux/iio/imu/adis.h> -#include <linux/iio/iio.h> #include <linux/debugfs.h> #define ADIS16136_REG_FLASH_CNT 0x00 |