Skip to content

Commit

Permalink
input: tsc2007 - drop the driver_module assignment in iio interface.
Browse files Browse the repository at this point in the history
This is now handled via some macro magic during the register.  The
field in iio_info will be removed shortly.

Cc: Linux Input <[email protected]>
Acked-by: Dmitry Torokhov <[email protected]>
Reviewed-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
jic23 committed Aug 22, 2017
1 parent 57ba349 commit 4749b0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/touchscreen/tsc2007_iio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4749b0a

Please sign in to comment.