]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: iio: tsl2x7x: remove unnecessary struct iio_dev definition
authorBrian Masney <masneyb@onstation.org>
Thu, 19 Oct 2017 20:06:23 +0000 (16:06 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Oct 2017 17:34:31 +0000 (18:34 +0100)
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>
drivers/staging/iio/light/tsl2x7x.h

index a216c6943a84fe5e1e1cf5a939d7e7aa99f4ebfb..df00f2ec17197e9dfbb279d7659b978d52b4c938 100644 (file)
@@ -23,8 +23,6 @@
 #define __TSL2X7X_H
 #include <linux/pm.h>
 
-struct iio_dev;
-
 struct tsl2x7x_lux {
        unsigned int ratio;
        unsigned int ch0;