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 9fd941460e3c..7a3bb9cf1f2e 100644 --- a/drivers/tty/serial/pnx8xxx_uart.c +++ b/drivers/tty/serial/pnx8xxx_uart.c | |||
@@ -829,7 +829,6 @@ static int pnx8xxx_serial_remove(struct platform_device *pdev) | |||
829 | static struct platform_driver pnx8xxx_serial_driver = { | 829 | static struct platform_driver pnx8xxx_serial_driver = { |
830 | .driver = { | 830 | .driver = { |
831 | .name = "pnx8xxx-uart", | 831 | .name = "pnx8xxx-uart", |
832 | .owner = THIS_MODULE, | ||
833 | }, | 832 | }, |
834 | .probe = pnx8xxx_serial_probe, | 833 | .probe = pnx8xxx_serial_probe, |
835 | .remove = pnx8xxx_serial_remove, | 834 | .remove = pnx8xxx_serial_remove, |