diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 18:15:23 +0400 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 14:58:33 +0400 |
commit | 6054f9b83cb62746bc0c002dd56364c262779856 (patch) | |
tree | 61586b3ce5a84b25998d81a129f01c5bc4caafc0 /drivers/video/amba-clcd.c | |
parent | 60f7a33b826148fd96cfa8a9e10b84ef444e78fe (diff) | |
download | linux-6054f9b83cb62746bc0c002dd56364c262779856.tar.xz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/amba-clcd.c b/drivers/video/amba-clcd.c index 2cda6ba0939b..0a2cce7285be 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", |