diff options
author | Brian Masney <masneyb@onstation.org> | 2017-10-19 22:06:23 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-10-21 19:34:31 +0200 |
commit | 49e22c8ad39156aac0348d68c856e5d07d1fb6c9 (patch) | |
tree | 5cb58f82b14a82b2956b7d9c594a1a8abcaf3f99 | |
parent | staging: iio: tsl2x7x: sort #includes (diff) | |
download | linux-49e22c8ad39156aac0348d68c856e5d07d1fb6c9.tar.xz linux-49e22c8ad39156aac0348d68c856e5d07d1fb6c9.zip |
staging: iio: tsl2x7x: remove unnecessary struct iio_dev definition
tsl2x7x.h has a blank definition for 'struct iio_dev' that is not
needed. This patch removes that definition.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | drivers/staging/iio/light/tsl2x7x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/iio/light/tsl2x7x.h b/drivers/staging/iio/light/tsl2x7x.h index a216c6943a84..df00f2ec1719 100644 --- a/drivers/staging/iio/light/tsl2x7x.h +++ b/drivers/staging/iio/light/tsl2x7x.h @@ -23,8 +23,6 @@ #define __TSL2X7X_H #include <linux/pm.h> -struct iio_dev; - struct tsl2x7x_lux { unsigned int ratio; unsigned int ch0; |