]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
serial: pl011: Enable module alias autogeneration for AMBA drivers
authorDave Martin <dave.martin@linaro.org>
Wed, 5 Oct 2011 14:15:22 +0000 (15:15 +0100)
committerDave Martin <dave.martin@linaro.org>
Tue, 22 Nov 2011 10:58:32 +0000 (10:58 +0000)
Signed-off-by: Dave Martin <dave.martin@linaro.org>
drivers/tty/serial/amba-pl011.c

index 00233af1acc415331111960677d1739d534cd983..6958594f2fc09a4c35eb65ce6037f937b323251e 100644 (file)
@@ -1994,6 +1994,8 @@ static struct amba_id pl011_ids[] = {
        { 0, 0 },
 };
 
+MODULE_DEVICE_TABLE(amba, pl011_ids);
+
 static struct amba_driver pl011_driver = {
        .drv = {
                .name   = "uart-pl011",