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-Tag: v3.3-rc1~177^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a664a119c05bd5784280b337e781b5e9432c6e12;p=karo-tx-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 efdf92c3a352..0d91a540bf11 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",