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

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
......@@ -272,6 +272,7 @@ static struct platform_driver neponset_device_driver = {
.resume = neponset_resume,
.driver = {
.name = "neponset",
.owner = THIS_MODULE,
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment