video: fbdev: 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:
Wolfram Sang
2014-10-20 16:21:51 +02:00
parent 0ca4ac7fb3
commit 6a732becfd
50 changed files with 0 additions and 51 deletions

View File

@@ -662,7 +662,6 @@ MODULE_DEVICE_TABLE(of, leo_match);
static struct platform_driver leo_driver = {
.driver = {
.name = "leo",
.owner = THIS_MODULE,
.of_match_table = leo_match,
},
.probe = leo_probe,