diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-26 09:36:25 -0400 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 09:06:25 -0400 |
commit | 5996a5ae4855a8b1f149820b4f62fde88283913d (patch) | |
tree | 8c9d1a062092cdf59546f7a93fc9a24e44fbdab8 /include/video | |
parent | b0417013d8155cca7b63a71d94c57ae3034cb597 (diff) |
omapfb: connector-dvi: Remove legacy boot support
The panel is not used by any legacy board files so the legacy (pdata) boot
support can be dropped.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omap-panel-data.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index c0836b118f67..4d0b8832ae11 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h | |||
@@ -47,18 +47,6 @@ struct encoder_tfp410_platform_data { | |||
47 | 47 | ||
48 | 48 | ||
49 | /** | 49 | /** |
50 | * connector_dvi platform data | ||
51 | * @name: name for this display entity | ||
52 | * @source: name of the display entity used as a video source | ||
53 | * @i2c_bus_num: i2c bus number to be used for reading EDID | ||
54 | */ | ||
55 | struct connector_dvi_platform_data { | ||
56 | const char *name; | ||
57 | const char *source; | ||
58 | int i2c_bus_num; | ||
59 | }; | ||
60 | |||
61 | /** | ||
62 | * connector_atv platform data | 50 | * connector_atv platform data |
63 | * @name: name for this display entity | 51 | * @name: name for this display entity |
64 | * @source: name of the display entity used as a video source | 52 | * @source: name of the display entity used as a video source |