From: Brian Masney Date: Thu, 19 Oct 2017 20:06:23 +0000 (-0400) Subject: staging: iio: tsl2x7x: remove unnecessary struct iio_dev definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=49e22c8ad39156aac0348d68c856e5d07d1fb6c9;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Jonathan Cameron --- 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 -struct iio_dev; - struct tsl2x7x_lux { unsigned int ratio; unsigned int ch0;