diff options
Diffstat (limited to 'drivers/video/sa1100fb.c')
-rw-r--r-- | drivers/video/sa1100fb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/video/sa1100fb.c b/drivers/video/sa1100fb.c index b6325848ad61..cfbde5e85cbf 100644 --- a/drivers/video/sa1100fb.c +++ b/drivers/video/sa1100fb.c | |||
@@ -1090,7 +1090,7 @@ static int sa1100fb_resume(struct platform_device *dev) | |||
1090 | * cache. Once this area is remapped, all virtual memory | 1090 | * cache. Once this area is remapped, all virtual memory |
1091 | * access to the video memory should occur at the new region. | 1091 | * access to the video memory should occur at the new region. |
1092 | */ | 1092 | */ |
1093 | static int __devinit sa1100fb_map_video_memory(struct sa1100fb_info *fbi) | 1093 | static int sa1100fb_map_video_memory(struct sa1100fb_info *fbi) |
1094 | { | 1094 | { |
1095 | /* | 1095 | /* |
1096 | * We reserve one page for the palette, plus the size | 1096 | * We reserve one page for the palette, plus the size |
@@ -1116,7 +1116,7 @@ static int __devinit sa1100fb_map_video_memory(struct sa1100fb_info *fbi) | |||
1116 | } | 1116 | } |
1117 | 1117 | ||
1118 | /* Fake monspecs to fill in fbinfo structure */ | 1118 | /* Fake monspecs to fill in fbinfo structure */ |
1119 | static struct fb_monspecs monspecs __devinitdata = { | 1119 | static struct fb_monspecs monspecs = { |
1120 | .hfmin = 30000, | 1120 | .hfmin = 30000, |
1121 | .hfmax = 70000, | 1121 | .hfmax = 70000, |
1122 | .vfmin = 50, | 1122 | .vfmin = 50, |
@@ -1124,7 +1124,7 @@ static struct fb_monspecs monspecs __devinitdata = { | |||
1124 | }; | 1124 | }; |
1125 | 1125 | ||
1126 | 1126 | ||
1127 | static struct sa1100fb_info * __devinit sa1100fb_init_fbinfo(struct device *dev) | 1127 | static struct sa1100fb_info *sa1100fb_init_fbinfo(struct device *dev) |
1128 | { | 1128 | { |
1129 | struct sa1100fb_mach_info *inf = dev->platform_data; | 1129 | struct sa1100fb_mach_info *inf = dev->platform_data; |
1130 | struct sa1100fb_info *fbi; | 1130 | struct sa1100fb_info *fbi; |
@@ -1205,7 +1205,7 @@ static struct sa1100fb_info * __devinit sa1100fb_init_fbinfo(struct device *dev) | |||
1205 | return fbi; | 1205 | return fbi; |
1206 | } | 1206 | } |
1207 | 1207 | ||
1208 | static int __devinit sa1100fb_probe(struct platform_device *pdev) | 1208 | static int sa1100fb_probe(struct platform_device *pdev) |
1209 | { | 1209 | { |
1210 | struct sa1100fb_info *fbi; | 1210 | struct sa1100fb_info *fbi; |
1211 | struct resource *res; | 1211 | struct resource *res; |