tty: serial: drop owner assignment from platform_drivers
[cascardo/linux.git] / drivers / tty / serial / pnx8xxx_uart.c
index 2ba24a4..928cc11 100644 (file)
@@ -813,7 +813,6 @@ static int pnx8xxx_serial_remove(struct platform_device *pdev)
 static struct platform_driver pnx8xxx_serial_driver = {
        .driver         = {
                .name   = "pnx8xxx-uart",
-               .owner  = THIS_MODULE,
        },
        .probe          = pnx8xxx_serial_probe,
        .remove         = pnx8xxx_serial_remove,