diff options
Diffstat (limited to 'include/video/omap-panel-dvi.h')
-rw-r--r-- | include/video/omap-panel-dvi.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/video/omap-panel-dvi.h b/include/video/omap-panel-dvi.h index 4ad41fcc809c..a782124b9379 100644 --- a/include/video/omap-panel-dvi.h +++ b/include/video/omap-panel-dvi.h | |||
@@ -24,14 +24,10 @@ struct omap_dss_device; | |||
24 | 24 | ||
25 | /** | 25 | /** |
26 | * struct panel_dvi_platform_data - panel driver configuration data | 26 | * struct panel_dvi_platform_data - panel driver configuration data |
27 | * @platform_enable: platform specific panel enable function | ||
28 | * @platform_disable: platform specific panel disable function | ||
29 | * @i2c_bus_num: i2c bus id for the panel | 27 | * @i2c_bus_num: i2c bus id for the panel |
30 | * @power_down_gpio: gpio number for PD pin (or -1 if not available) | 28 | * @power_down_gpio: gpio number for PD pin (or -1 if not available) |
31 | */ | 29 | */ |
32 | struct panel_dvi_platform_data { | 30 | struct panel_dvi_platform_data { |
33 | int (*platform_enable)(struct omap_dss_device *dssdev); | ||
34 | void (*platform_disable)(struct omap_dss_device *dssdev); | ||
35 | u16 i2c_bus_num; | 31 | u16 i2c_bus_num; |
36 | int power_down_gpio; | 32 | int power_down_gpio; |
37 | }; | 33 | }; |