diff options
| author | Mythri P K <mythripk@ti.com> | 2012-01-02 03:32:37 -0500 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-01-05 03:34:49 -0500 |
| commit | ee9dfd82ff1317ac5c0147fe21508ad6d7df4cff (patch) | |
| tree | 2a8daed44cc7dc80ade67a75fe587537cb763938 /include | |
| parent | 6acea9c2dab2b440a06510b1e33e7db07289a22e (diff) | |
OMAPDSS: HDMI: Move duplicate code from boardfile
Move duplicate HDMI mux_init code from omap4 and panda board file
to display file.
Signed-off-by: Mythri P K <mythripk@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/video/omapdss.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 39862b8c9805..c1e3cb0d2c5e 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
| @@ -309,6 +309,8 @@ struct omap_dss_board_info { | |||
| 309 | 309 | ||
| 310 | /* Init with the board info */ | 310 | /* Init with the board info */ |
| 311 | extern int omap_display_init(struct omap_dss_board_info *board_data); | 311 | extern int omap_display_init(struct omap_dss_board_info *board_data); |
| 312 | /* HDMI mux init*/ | ||
| 313 | extern int omap_hdmi_init(void); | ||
| 312 | 314 | ||
| 313 | struct omap_display_platform_data { | 315 | struct omap_display_platform_data { |
| 314 | struct omap_dss_board_info *board_data; | 316 | struct omap_dss_board_info *board_data; |
