Message ID | 20171019200632.25820-5-masneyb@onstation.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, 19 Oct 2017 16:06:23 -0400 Brian Masney <masneyb@onstation.org> wrote: > 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> Applied Thanks, Jonathan > --- > drivers/staging/iio/light/tsl2x7x.h | 2 -- > 1 file changed, 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; -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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;
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> --- drivers/staging/iio/light/tsl2x7x.h | 2 -- 1 file changed, 2 deletions(-)