fbdev: amba: Enable module alias autogeneration for AMBA drivers
authorDave Martin <dave.martin@linaro.org>
Wed, 5 Oct 2011 14:15:23 +0000 (15:15 +0100)
committerDave Martin <dave.martin@linaro.org>
Tue, 22 Nov 2011 10:58:33 +0000 (10:58 +0000)
Signed-off-by: Dave Martin <dave.martin@linaro.org>
drivers/video/amba-clcd.c

index 2cda6ba0939b2e73472368e0c34109493c1dbc90..0a2cce7285be99dd8aaa7983a43bbeae7e6b2550 100644 (file)
@@ -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",
This page took 0.024883 seconds and 5 git commands to generate.