diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ppc/syslib/virtex_devices.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/ppc/syslib/virtex_devices.h b/arch/ppc/syslib/virtex_devices.h index 9f38d92ae536..6ebd9b4b8f1c 100644 --- a/arch/ppc/syslib/virtex_devices.h +++ b/arch/ppc/syslib/virtex_devices.h | |||
@@ -12,13 +12,7 @@ | |||
12 | #define __ASM_VIRTEX_DEVICES_H__ | 12 | #define __ASM_VIRTEX_DEVICES_H__ |
13 | 13 | ||
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | 15 | #include <linux/xilinxfb.h> | |
16 | /* ML300/403 reference design framebuffer driver platform data struct */ | ||
17 | struct xilinxfb_platform_data { | ||
18 | u32 rotate_screen; | ||
19 | u32 screen_height_mm; | ||
20 | u32 screen_width_mm; | ||
21 | }; | ||
22 | 16 | ||
23 | void __init virtex_early_serial_map(void); | 17 | void __init virtex_early_serial_map(void); |
24 | 18 | ||