Skip to content

Commit

Permalink
Input: ft6236 - do not explicitly set driver's owner
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fengguang Wu authored and Phil Elwell committed Dec 2, 2015
1 parent 23a7238 commit 0aeb249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/touchscreen/ft6236.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0aeb249

Please sign in to comment.