diff options
author | 2011-10-05 15:15:22 +0100 | |
---|---|---|
committer | 2011-11-22 10:58:32 +0000 | |
commit | a664a119c05bd5784280b337e781b5e9432c6e12 (patch) | |
tree | d3b2be8e42eefe07cca17f1050f994ef528a368e | |
parent | spi: pl022: Enable module alias autogeneration for AMBA drivers (diff) | |
download | linux-dev-a664a119c05bd5784280b337e781b5e9432c6e12.tar.xz linux-dev-a664a119c05bd5784280b337e781b5e9432c6e12.zip |
serial: pl010: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
-rw-r--r-- | drivers/tty/serial/amba-pl010.c | 2 |
1 files changed, 2 insertions, 0 deletions
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", |