diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/amba-clcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/amba-clcd.c b/drivers/video/amba-clcd.c index 467a1d7ebbde..a3c2c45e29e0 100644 --- a/drivers/video/amba-clcd.c +++ b/drivers/video/amba-clcd.c | |||
@@ -518,7 +518,7 @@ static struct amba_driver clcd_driver = { | |||
518 | .id_table = clcdfb_id_table, | 518 | .id_table = clcdfb_id_table, |
519 | }; | 519 | }; |
520 | 520 | ||
521 | int __init amba_clcdfb_init(void) | 521 | static int __init amba_clcdfb_init(void) |
522 | { | 522 | { |
523 | if (fb_get_options("ambafb", NULL)) | 523 | if (fb_get_options("ambafb", NULL)) |
524 | return -ENODEV; | 524 | return -ENODEV; |