aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/timbuart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/timbuart.c')
-rw-r--r--drivers/tty/serial/timbuart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/timbuart.c b/drivers/tty/serial/timbuart.c
index 0d11d5032b93..03e746378f1e 100644
--- a/drivers/tty/serial/timbuart.c
+++ b/drivers/tty/serial/timbuart.c
@@ -501,7 +501,6 @@ static int timbuart_remove(struct platform_device *dev)
501static struct platform_driver timbuart_platform_driver = { 501static struct platform_driver timbuart_platform_driver = {
502 .driver = { 502 .driver = {
503 .name = "timb-uart", 503 .name = "timb-uart",
504 .owner = THIS_MODULE,
505 }, 504 },
506 .probe = timbuart_probe, 505 .probe = timbuart_probe,
507 .remove = timbuart_remove, 506 .remove = timbuart_remove,