diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 10:15:22 -0400 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 05:58:32 -0500 |
commit | a664a119c05bd5784280b337e781b5e9432c6e12 (patch) | |
tree | d3b2be8e42eefe07cca17f1050f994ef528a368e /drivers/tty/serial | |
parent | 7eeac71b9fc9b3de3e0dc24ef34180a0bc0eb2f9 (diff) |
serial: pl010: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'drivers/tty/serial')
-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[] = { | |||
795 | { 0, 0 }, | 795 | { 0, 0 }, |
796 | }; | 796 | }; |
797 | 797 | ||
798 | MODULE_DEVICE_TABLE(amba, pl010_ids); | ||
799 | |||
798 | static struct amba_driver pl010_driver = { | 800 | static struct amba_driver pl010_driver = { |
799 | .drv = { | 801 | .drv = { |
800 | .name = "uart-pl010", | 802 | .name = "uart-pl010", |