aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/amba-clcd.c
diff options
context:
space:
mode:
authorDave Martin <dave.martin@linaro.org>2011-10-05 15:15:23 +0100
committerDave Martin <dave.martin@linaro.org>2011-11-22 10:58:33 +0000
commit6054f9b83cb62746bc0c002dd56364c262779856 (patch)
tree61586b3ce5a84b25998d81a129f01c5bc4caafc0 /drivers/video/amba-clcd.c
parent60f7a33b826148fd96cfa8a9e10b84ef444e78fe (diff)
fbdev: amba: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'drivers/video/amba-clcd.c')
-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[] = {
{ 0, 0 },
};
+MODULE_DEVICE_TABLE(amba, clcdfb_id_table);
+
static struct amba_driver clcd_driver = {
.drv = {
.name = "clcd-pl11x",