aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-08-17 14:32:52 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-08-21 09:39:12 +0530
commit6fa00bf320ece9682286384023e78b7eda8a6ca7 (patch)
treeb0689341292b78072b4e487c36449ff45957d437
parent2b7914f3b65c333357513dbcc8a018bd060b95f8 (diff)
ARM: EXYNOS: multi-platform: Add missing hdmi.hsamsung-lt-v3.6-rc2
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/plat-samsung/include/plat-samsung/hdmi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat-samsung/hdmi.h b/arch/arm/plat-samsung/include/plat-samsung/hdmi.h
new file mode 100644
index 000000000000..5dc73474dd09
--- /dev/null
+++ b/arch/arm/plat-samsung/include/plat-samsung/hdmi.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2012 Samsung Electronics Co.Ltd
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ */
+
+#ifndef __PLAT_SAMSUNG_HDMI_H
+#define __PLAT_SAMSUNG_HDMI_H __FILE__
+
+extern void s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info,
+ struct i2c_board_info *mhl_info, int mhl_bus);
+
+#endif /* __PLAT_SAMSUNG_HDMI_H */