summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/input/touchscreen/tsc2007.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/drivers/input/touchscreen/tsc2007.c')
-rw-r--r--kernel/drivers/input/touchscreen/tsc2007.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/drivers/input/touchscreen/tsc2007.c b/kernel/drivers/input/touchscreen/tsc2007.c
index ccc8aa615..5d0cd51c6 100644
--- a/kernel/drivers/input/touchscreen/tsc2007.c
+++ b/kernel/drivers/input/touchscreen/tsc2007.c
@@ -482,7 +482,6 @@ MODULE_DEVICE_TABLE(of, tsc2007_of_match);
static struct i2c_driver tsc2007_driver = {
.driver = {
- .owner = THIS_MODULE,
.name = "tsc2007",
.of_match_table = of_match_ptr(tsc2007_of_match),
},