diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/video-ep93xx.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/platform_data/video-ep93xx.h b/include/linux/platform_data/video-ep93xx.h index 92fc2b2232e7..699ac4109366 100644 --- a/include/linux/platform_data/video-ep93xx.h +++ b/include/linux/platform_data/video-ep93xx.h | |||
| @@ -2,11 +2,8 @@ | |||
| 2 | #define __VIDEO_EP93XX_H | 2 | #define __VIDEO_EP93XX_H |
| 3 | 3 | ||
| 4 | struct platform_device; | 4 | struct platform_device; |
| 5 | struct fb_videomode; | ||
| 6 | struct fb_info; | 5 | struct fb_info; |
| 7 | 6 | ||
| 8 | #define EP93XXFB_USE_MODEDB 0 | ||
| 9 | |||
| 10 | /* VideoAttributes flags */ | 7 | /* VideoAttributes flags */ |
| 11 | #define EP93XXFB_STATE_MACHINE_ENABLE (1 << 0) | 8 | #define EP93XXFB_STATE_MACHINE_ENABLE (1 << 0) |
| 12 | #define EP93XXFB_PIXEL_CLOCK_ENABLE (1 << 1) | 9 | #define EP93XXFB_PIXEL_CLOCK_ENABLE (1 << 1) |
| @@ -38,12 +35,7 @@ struct fb_info; | |||
| 38 | EP93XXFB_PIXEL_DATA_ENABLE) | 35 | EP93XXFB_PIXEL_DATA_ENABLE) |
| 39 | 36 | ||
| 40 | struct ep93xxfb_mach_info { | 37 | struct ep93xxfb_mach_info { |
| 41 | unsigned int num_modes; | ||
| 42 | const struct fb_videomode *modes; | ||
| 43 | const struct fb_videomode *default_mode; | ||
| 44 | int bpp; | ||
| 45 | unsigned int flags; | 38 | unsigned int flags; |
| 46 | |||
| 47 | int (*setup)(struct platform_device *pdev); | 39 | int (*setup)(struct platform_device *pdev); |
| 48 | void (*teardown)(struct platform_device *pdev); | 40 | void (*teardown)(struct platform_device *pdev); |
| 49 | void (*blank)(int blank_mode, struct fb_info *info); | 41 | void (*blank)(int blank_mode, struct fb_info *info); |
