diff options
Diffstat (limited to 'drivers/video/q40fb.c')
-rw-r--r-- | drivers/video/q40fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/q40fb.c b/drivers/video/q40fb.c index 2b798e05d..a5c68f070 100644 --- a/drivers/video/q40fb.c +++ b/drivers/video/q40fb.c @@ -313,7 +313,7 @@ static void q40fb_set_disp(int con, struct fb_info *info) #endif } -int q40fb_init(void) +int __init q40fb_init(void) { if ( !MACH_IS_Q40) |