aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2017-07-23 17:26:19 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-08-22 22:14:59 +0100
commit4749b0a28feddeaeffa8044cd3ae1711cc15c8da (patch)
tree17e9ed432b0b4a0312d7bd13e5a7e51dce2fc5a9 /drivers/input/touchscreen
parentstaging:iio:light:tsl2x7x drop assignment of driver_module (diff)
downloadlinux-dev-4749b0a28feddeaeffa8044cd3ae1711cc15c8da.tar.xz
linux-dev-4749b0a28feddeaeffa8044cd3ae1711cc15c8da.zip
input: tsc2007 - drop the driver_module assignment in iio interface.
This is now handled via some macro magic during the register. The field in iio_info will be removed shortly. Cc: Linux Input <linux-input@vger.kernel.org> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/tsc2007_iio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tsc2007_iio.c b/drivers/input/touchscreen/tsc2007_iio.c
index 27b25a9fce83..e27a956f5f2b 100644
--- a/drivers/input/touchscreen/tsc2007_iio.c
+++ b/drivers/input/touchscreen/tsc2007_iio.c
@@ -104,7 +104,6 @@ static int tsc2007_read_raw(struct iio_dev *indio_dev,
static const struct iio_info tsc2007_iio_info = {
.read_raw = tsc2007_read_raw,
- .driver_module = THIS_MODULE,
};
int tsc2007_iio_configure(struct tsc2007 *ts)