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
rodzic 0ca4ac7fb3
commit 6a732becfd
50 zmienionych plików z 0 dodań i 51 usunięć

Wyświetl plik

@@ -512,7 +512,6 @@ MODULE_DEVICE_TABLE(of, tcx_match);
static struct platform_driver tcx_driver = {
.driver = {
.name = "tcx",
.owner = THIS_MODULE,
.of_match_table = tcx_match,
},
.probe = tcx_probe,