From: Dave Martin Date: Wed, 5 Oct 2011 14:15:22 +0000 (+0100) Subject: serial: pl010: Enable module alias autogeneration for AMBA drivers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a664a119c05bd5784280b337e781b5e9432c6e12;p=linux.git serial: pl010: Enable module alias autogeneration for AMBA drivers Signed-off-by: Dave Martin --- diff --git a/drivers/tty/serial/amba-pl010.c b/drivers/tty/serial/amba-pl010.c index efdf92c3a352b..0d91a540bf11c 100644 --- a/drivers/tty/serial/amba-pl010.c +++ b/drivers/tty/serial/amba-pl010.c @@ -795,6 +795,8 @@ static struct amba_id pl010_ids[] = { { 0, 0 }, }; +MODULE_DEVICE_TABLE(amba, pl010_ids); + static struct amba_driver pl010_driver = { .drv = { .name = "uart-pl010",