diff options
| author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-26 16:34:42 +0300 |
|---|---|---|
| committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 16:06:24 +0300 |
| commit | b0417013d8155cca7b63a71d94c57ae3034cb597 (patch) | |
| tree | ca13427d1f034265f8a62bddf4f58dcb0093b20a /include/video | |
| parent | omapfb: panel-dsi-cm: Remove legacy boot support (diff) | |
| download | linux-b0417013d8155cca7b63a71d94c57ae3034cb597.tar.gz linux-b0417013d8155cca7b63a71d94c57ae3034cb597.zip | |
omapfb: connector-hdmi: 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 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index e7b0e889d6d0..c0836b118f67 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -59,16 +59,6 @@ struct connector_dvi_platform_data { }; /** - * connector_hdmi platform data - * @name: name for this display entity - * @source: name of the display entity used as a video source - */ -struct connector_hdmi_platform_data { - const char *name; - const char *source; -}; - -/** * connector_atv platform data * @name: name for this display entity * @source: name of the display entity used as a video source |
