diff options
| -rw-r--r-- | drivers/video/au1100fb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/au1100fb.c b/drivers/video/au1100fb.c index 40f61320ce16..34b2fc472fe8 100644 --- a/drivers/video/au1100fb.c +++ b/drivers/video/au1100fb.c | |||
| @@ -95,7 +95,7 @@ struct fb_bitfield rgb_bitfields[][4] = | |||
| 95 | { { 8, 4, 0 }, { 4, 4, 0 }, { 0, 4, 0 }, { 0, 0, 0 } }, | 95 | { { 8, 4, 0 }, { 4, 4, 0 }, { 0, 4, 0 }, { 0, 0, 0 } }, |
| 96 | }; | 96 | }; |
| 97 | 97 | ||
| 98 | static struct fb_fix_screeninfo au1100fb_fix __initdata = { | 98 | static struct fb_fix_screeninfo au1100fb_fix __devinitdata = { |
| 99 | .id = "AU1100 FB", | 99 | .id = "AU1100 FB", |
| 100 | .xpanstep = 1, | 100 | .xpanstep = 1, |
| 101 | .ypanstep = 1, | 101 | .ypanstep = 1, |
| @@ -103,7 +103,7 @@ static struct fb_fix_screeninfo au1100fb_fix __initdata = { | |||
| 103 | .accel = FB_ACCEL_NONE, | 103 | .accel = FB_ACCEL_NONE, |
| 104 | }; | 104 | }; |
| 105 | 105 | ||
| 106 | static struct fb_var_screeninfo au1100fb_var __initdata = { | 106 | static struct fb_var_screeninfo au1100fb_var __devinitdata = { |
| 107 | .activate = FB_ACTIVATE_NOW, | 107 | .activate = FB_ACTIVATE_NOW, |
| 108 | .height = -1, | 108 | .height = -1, |
| 109 | .width = -1, | 109 | .width = -1, |
| @@ -458,7 +458,7 @@ static struct fb_ops au1100fb_ops = | |||
| 458 | 458 | ||
| 459 | /* AU1100 LCD controller device driver */ | 459 | /* AU1100 LCD controller device driver */ |
| 460 | 460 | ||
| 461 | static int __init au1100fb_drv_probe(struct platform_device *dev) | 461 | static int __devinit au1100fb_drv_probe(struct platform_device *dev) |
| 462 | { | 462 | { |
| 463 | struct au1100fb_device *fbdev = NULL; | 463 | struct au1100fb_device *fbdev = NULL; |
| 464 | struct resource *regs_res; | 464 | struct resource *regs_res; |
