aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc/syslib/virtex_devices.h8
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 */
17struct xilinxfb_platform_data {
18 u32 rotate_screen;
19 u32 screen_height_mm;
20 u32 screen_width_mm;
21};
22 16
23void __init virtex_early_serial_map(void); 17void __init virtex_early_serial_map(void);
24 18