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>
This commit is contained in:
parent
57ba349720
commit
4749b0a28f
@ -104,7 +104,6 @@ static int tsc2007_read_raw(struct iio_dev *indio_dev,
|
|||||||
|
|
||||||
static const struct iio_info tsc2007_iio_info = {
|
static const struct iio_info tsc2007_iio_info = {
|
||||||
.read_raw = tsc2007_read_raw,
|
.read_raw = tsc2007_read_raw,
|
||||||
.driver_module = THIS_MODULE,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
int tsc2007_iio_configure(struct tsc2007 *ts)
|
int tsc2007_iio_configure(struct tsc2007 *ts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user