From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: [PATCH 36/38] input: tsc2007 - drop the driver_module assignment in iio interface. Date: Mon, 29 May 2017 16:51:52 +0100 Message-ID: <20170529155154.22580-37-jic23@kernel.org> References: <20170529155154.22580-1-jic23@kernel.org> Return-path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:36891 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751252AbdE2PwR (ORCPT ); Mon, 29 May 2017 11:52:17 -0400 In-Reply-To: <20170529155154.22580-1-jic23@kernel.org> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-iio@vger.kernel.org Cc: Jonathan Cameron , Linux Input , Dmitry Torokhov This is now handled via some macro magic during the register. The field in iio_info will be removed shortly. Cc: Linux Input Cc: Dmitry Torokhov Signed-off-by: Jonathan Cameron --- drivers/input/touchscreen/tsc2007_iio.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.13.0