diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-07-18 01:44:05 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-07-18 01:57:00 +0200 |
commit | 800e3b9a68011c4124f380d50e2117523c41a843 (patch) | |
tree | 43bdc609a78f9409d2d5088b3b8fc27380af2554 /drivers/input/touchscreen/auo-pixcir-ts.c | |
parent | Input: ambakmi - fix system PM by converting to modern callbacks (diff) | |
download | linux-800e3b9a68011c4124f380d50e2117523c41a843.tar.xz linux-800e3b9a68011c4124f380d50e2117523c41a843.zip |
Input: drop owner assignment from i2c_driver
i2c_driver does not need to set an owner because i2c_register_driver()
will set it.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/auo-pixcir-ts.c')
-rw-r--r-- | drivers/input/touchscreen/auo-pixcir-ts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/auo-pixcir-ts.c b/drivers/input/touchscreen/auo-pixcir-ts.c index 40e02dd5b2f9..38c06f754acd 100644 --- a/drivers/input/touchscreen/auo-pixcir-ts.c +++ b/drivers/input/touchscreen/auo-pixcir-ts.c @@ -686,7 +686,6 @@ MODULE_DEVICE_TABLE(of, auo_pixcir_ts_dt_idtable); static struct i2c_driver auo_pixcir_driver = { .driver = { - .owner = THIS_MODULE, .name = "auo_pixcir_ts", .pm = &auo_pixcir_pm_ops, .of_match_table = of_match_ptr(auo_pixcir_ts_dt_idtable), |