Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Cameron and committed by
Jonathan Cameron
4749b0a2 57ba3497

-1
-1
drivers/input/touchscreen/tsc2007_iio.c
··· 104 104 105 105 static const struct iio_info tsc2007_iio_info = { 106 106 .read_raw = tsc2007_read_raw, 107 - .driver_module = THIS_MODULE, 108 107 }; 109 108 110 109 int tsc2007_iio_configure(struct tsc2007 *ts)