tty: serial: drop owner assignment from platform_drivers
[cascardo/linux.git] / drivers / tty / serial / apbuart.c
index a34a0ce..4f0f95e 100644 (file)
@@ -585,7 +585,6 @@ static struct of_device_id apbuart_match[] = {
 static struct platform_driver grlib_apbuart_of_driver = {
        .probe = apbuart_probe,
        .driver = {
-               .owner = THIS_MODULE,
                .name = "grlib-apbuart",
                .of_match_table = apbuart_match,
        },