Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c0c440f authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: atmel-wm97xx - set driver owner



This allows creating proper sysfs link between driver and its module.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent e3ae3525
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -425,6 +425,7 @@ static struct platform_driver atmel_wm97xx_driver = {
	.remove		= __exit_p(atmel_wm97xx_remove),
	.driver		= {
		.name	= "wm97xx-touch",
		.owner	= THIS_MODULE,
	},
	.suspend	= atmel_wm97xx_suspend,
	.resume		= atmel_wm97xx_resume,