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

Commit 398e58d0 authored by Russell King's avatar Russell King
Browse files

ARM: sa11x0: neponset: add driver .owner initializer



Ensure that the driver .owner field is properly initialized.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 92e617d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -272,6 +272,7 @@ static struct platform_driver neponset_device_driver = {
	.resume		= neponset_resume,
	.driver		= {
		.name	= "neponset",
		.owner	= THIS_MODULE,
	},
};