aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pmac_zilog.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/pmac_zilog.c')
-rw-r--r--drivers/tty/serial/pmac_zilog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/pmac_zilog.c b/drivers/tty/serial/pmac_zilog.c
index 4aca3229b7bb..8f515799c9c1 100644
--- a/drivers/tty/serial/pmac_zilog.c
+++ b/drivers/tty/serial/pmac_zilog.c
@@ -1876,7 +1876,6 @@ static struct platform_driver pmz_driver = {
1876 .remove = __exit_p(pmz_detach), 1876 .remove = __exit_p(pmz_detach),
1877 .driver = { 1877 .driver = {
1878 .name = "scc", 1878 .name = "scc",
1879 .owner = THIS_MODULE,
1880 }, 1879 },
1881}; 1880};
1882 1881