input: touchscreen: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
@@ -243,7 +243,6 @@ static int mc13783_ts_remove(struct platform_device *pdev)
|
||||
static struct platform_driver mc13783_ts_driver = {
|
||||
.remove = mc13783_ts_remove,
|
||||
.driver = {
|
||||
.owner = THIS_MODULE,
|
||||
.name = MC13783_TS_NAME,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user