aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDave Martin <dave.martin@linaro.org>2011-10-05 10:15:23 -0400
committerDave Martin <dave.martin@linaro.org>2011-11-22 05:58:33 -0500
commit6054f9b83cb62746bc0c002dd56364c262779856 (patch)
tree61586b3ce5a84b25998d81a129f01c5bc4caafc0 /drivers
parent60f7a33b826148fd96cfa8a9e10b84ef444e78fe (diff)
fbdev: amba: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/amba-clcd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/amba-clcd.c b/drivers/video/amba-clcd.c
index 2cda6ba0939..0a2cce7285b 100644
--- a/drivers/video/amba-clcd.c
+++ b/drivers/video/amba-clcd.c
@@ -621,6 +621,8 @@ static struct amba_id clcdfb_id_table[] = {
621 { 0, 0 }, 621 { 0, 0 },
622}; 622};
623 623
624MODULE_DEVICE_TABLE(amba, clcdfb_id_table);
625
624static struct amba_driver clcd_driver = { 626static struct amba_driver clcd_driver = {
625 .drv = { 627 .drv = {
626 .name = "clcd-pl11x", 628 .name = "clcd-pl11x",