aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-17 12:56:15 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-18 17:45:05 +0300
commite780027d7a639faff95de8a95c83608c71377258 (patch)
tree9dc941946b1874badf8af978104056aca0e68011 /include/video
parentLinux 4.6 (diff)
downloadwireguard-linux-e780027d7a639faff95de8a95c83608c71377258.tar.xz
wireguard-linux-e780027d7a639faff95de8a95c83608c71377258.zip
drm/omap: remove unused enum omap_hdmi_flags
'enum omap_hdmi_flags' is not used anywhere, remove it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 8e14ad7327c9..5b51789259c8 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -210,10 +210,6 @@ enum omap_dss_clk_source {
OMAP_DSS_CLK_SRC_DSI2_PLL_HSDIV_DSI, /* OMAP4: PLL2_CLK2 */
};
-enum omap_hdmi_flags {
- OMAP_HDMI_SDA_SCL_EXTERNAL_PULLUP = 1 << 0,
-};
-
enum omap_dss_output_id {
OMAP_DSS_OUTPUT_DPI = 1 << 0,
OMAP_DSS_OUTPUT_DBI = 1 << 1,