diff options
Diffstat (limited to 'drivers/tty/serial/pnx8xxx_uart.c')
-rw-r--r-- | drivers/tty/serial/pnx8xxx_uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/pnx8xxx_uart.c b/drivers/tty/serial/pnx8xxx_uart.c index 2ba24a45c97f..928cc113c773 100644 --- a/drivers/tty/serial/pnx8xxx_uart.c +++ b/drivers/tty/serial/pnx8xxx_uart.c | |||
@@ -813,7 +813,6 @@ static int pnx8xxx_serial_remove(struct platform_device *pdev) | |||
813 | static struct platform_driver pnx8xxx_serial_driver = { | 813 | static struct platform_driver pnx8xxx_serial_driver = { |
814 | .driver = { | 814 | .driver = { |
815 | .name = "pnx8xxx-uart", | 815 | .name = "pnx8xxx-uart", |
816 | .owner = THIS_MODULE, | ||
817 | }, | 816 | }, |
818 | .probe = pnx8xxx_serial_probe, | 817 | .probe = pnx8xxx_serial_probe, |
819 | .remove = pnx8xxx_serial_remove, | 818 | .remove = pnx8xxx_serial_remove, |