diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2015-10-06 15:37:02 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-10-06 16:38:41 -0700 |
commit | 726d0d407b9a06b4f30053b33ae7d5edec8d5095 (patch) | |
tree | 626689e20cb08fceb83b22b8a2f0334b305825a9 /drivers/input/touchscreen | |
parent | 8b58cc36b11bafb9305db2417eab1eb47a212082 (diff) | |
download | blackbird-obmc-linux-726d0d407b9a06b4f30053b33ae7d5edec8d5095.tar.gz blackbird-obmc-linux-726d0d407b9a06b4f30053b33ae7d5edec8d5095.zip |
Input: ft6236 - do not explicitly set driver's owner
There is no need to explicitly set .owner for the driver, the core will do
it for us.
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r-- | drivers/input/touchscreen/ft6236.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ft6236.c b/drivers/input/touchscreen/ft6236.c index cccae193668e..a394cd48dd3c 100644 --- a/drivers/input/touchscreen/ft6236.c +++ b/drivers/input/touchscreen/ft6236.c @@ -313,7 +313,6 @@ MODULE_DEVICE_TABLE(i2c, ft6236_id); static struct i2c_driver ft6236_driver = { .driver = { .name = "ft6236", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(ft6236_of_match), }, .probe = ft6236_probe, |