diff options
Diffstat (limited to 'drivers/tty/serial/mcf.c')
-rw-r--r-- | drivers/tty/serial/mcf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/mcf.c b/drivers/tty/serial/mcf.c index fdd5c7bd1e8d..10496672dfdb 100644 --- a/drivers/tty/serial/mcf.c +++ b/drivers/tty/serial/mcf.c | |||
@@ -667,7 +667,6 @@ static struct platform_driver mcf_platform_driver = { | |||
667 | .remove = mcf_remove, | 667 | .remove = mcf_remove, |
668 | .driver = { | 668 | .driver = { |
669 | .name = "mcfuart", | 669 | .name = "mcfuart", |
670 | .owner = THIS_MODULE, | ||
671 | }, | 670 | }, |
672 | }; | 671 | }; |
673 | 672 | ||