aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/amba-pl011.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
index 00233af1acc4..6958594f2fc0 100644
--- a/drivers/tty/serial/amba-pl011.c
+++ b/drivers/tty/serial/amba-pl011.c
@@ -1994,6 +1994,8 @@ static struct amba_id pl011_ids[] = {
1994 { 0, 0 }, 1994 { 0, 0 },
1995}; 1995};
1996 1996
1997MODULE_DEVICE_TABLE(amba, pl011_ids);
1998
1997static struct amba_driver pl011_driver = { 1999static struct amba_driver pl011_driver = {
1998 .drv = { 2000 .drv = {
1999 .name = "uart-pl011", 2001 .name = "uart-pl011",