brcm2708: switch to linux 4.4 and update patches
[openwrt.git] / target / linux / brcm2708 / patches-4.1 / 0206-Input-ft6236-do-not-explicitly-set-driver-s-owner.patch
1 From ee7ca2704974d5d7fc3b8f3158aaf129ae0e36e0 Mon Sep 17 00:00:00 2001
2 From: Fengguang Wu <fengguang.wu@intel.com>
3 Date: Tue, 6 Oct 2015 15:37:02 -0700
4 Subject: [PATCH 206/222] Input: ft6236 - do not explicitly set driver's owner
5
6 There is no need to explicitly set .owner for the driver, the core will do
7 it for us.
8
9 Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
10 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
11 ---
12  drivers/input/touchscreen/ft6236.c | 1 -
13  1 file changed, 1 deletion(-)
14
15 --- a/drivers/input/touchscreen/ft6236.c
16 +++ b/drivers/input/touchscreen/ft6236.c
17 @@ -313,7 +313,6 @@ MODULE_DEVICE_TABLE(i2c, ft6236_id);
18  static struct i2c_driver ft6236_driver = {
19         .driver = {
20                 .name = "ft6236",
21 -               .owner = THIS_MODULE,
22                 .of_match_table = of_match_ptr(ft6236_of_match),
23         },
24         .probe = ft6236_probe,