diff options
Diffstat (limited to 'drivers/video/sa1100fb.c')
-rw-r--r-- | drivers/video/sa1100fb.c | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/drivers/video/sa1100fb.c b/drivers/video/sa1100fb.c index 076f946fa0f..fad58cf9ef7 100644 --- a/drivers/video/sa1100fb.c +++ b/drivers/video/sa1100fb.c | |||
@@ -176,9 +176,9 @@ | |||
176 | #include <linux/platform_device.h> | 176 | #include <linux/platform_device.h> |
177 | #include <linux/dma-mapping.h> | 177 | #include <linux/dma-mapping.h> |
178 | #include <linux/mutex.h> | 178 | #include <linux/mutex.h> |
179 | #include <linux/io.h> | ||
179 | 180 | ||
180 | #include <mach/hardware.h> | 181 | #include <mach/hardware.h> |
181 | #include <asm/io.h> | ||
182 | #include <asm/mach-types.h> | 182 | #include <asm/mach-types.h> |
183 | #include <mach/assabet.h> | 183 | #include <mach/assabet.h> |
184 | #include <mach/shannon.h> | 184 | #include <mach/shannon.h> |
@@ -251,22 +251,6 @@ static struct sa1100fb_mach_info pal_info __initdata = { | |||
251 | #endif | 251 | #endif |
252 | #endif | 252 | #endif |
253 | 253 | ||
254 | #ifdef CONFIG_SA1100_H3800 | ||
255 | static struct sa1100fb_mach_info h3800_info __initdata = { | ||
256 | .pixclock = 174757, .bpp = 16, | ||
257 | .xres = 320, .yres = 240, | ||
258 | |||
259 | .hsync_len = 3, .vsync_len = 3, | ||
260 | .left_margin = 12, .upper_margin = 10, | ||
261 | .right_margin = 17, .lower_margin = 1, | ||
262 | |||
263 | .cmap_static = 1, | ||
264 | |||
265 | .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act, | ||
266 | .lccr3 = LCCR3_OutEnH | LCCR3_PixRsEdg | LCCR3_ACBsDiv(2), | ||
267 | }; | ||
268 | #endif | ||
269 | |||
270 | #ifdef CONFIG_SA1100_H3600 | 254 | #ifdef CONFIG_SA1100_H3600 |
271 | static struct sa1100fb_mach_info h3600_info __initdata = { | 255 | static struct sa1100fb_mach_info h3600_info __initdata = { |
272 | .pixclock = 174757, .bpp = 16, | 256 | .pixclock = 174757, .bpp = 16, |
@@ -432,11 +416,6 @@ sa1100fb_get_machine_info(struct sa1100fb_info *fbi) | |||
432 | fbi->rgb[RGB_16] = &h3600_rgb_16; | 416 | fbi->rgb[RGB_16] = &h3600_rgb_16; |
433 | } | 417 | } |
434 | #endif | 418 | #endif |
435 | #ifdef CONFIG_SA1100_H3800 | ||
436 | if (machine_is_h3800()) { | ||
437 | inf = &h3800_info; | ||
438 | } | ||
439 | #endif | ||
440 | #ifdef CONFIG_SA1100_COLLIE | 419 | #ifdef CONFIG_SA1100_COLLIE |
441 | if (machine_is_collie()) { | 420 | if (machine_is_collie()) { |
442 | inf = &collie_info; | 421 | inf = &collie_info; |