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>
@@ -287,7 +287,6 @@ static struct platform_driver jazz_sonic_driver = {
.remove = jazz_sonic_device_remove,
.driver = {
.name = jazz_sonic_string,
- .owner = THIS_MODULE,
},
};
@@ -634,7 +634,6 @@ static struct platform_driver mac_sonic_driver = {
.remove = mac_sonic_device_remove,
.name = mac_sonic_string,