提交 153df698 编写于 作者: J Jingoo Han 提交者: Inki Dae

drm/exynos: hdmi: make local symbols static

Make local symbols static, because these are used only in this
file.
Signed-off-by: NJingoo Han <jg1.han@samsung.com>
Signed-off-by: NInki Dae <inki.dae@samsung.com>
上级 9230ffc4
...@@ -204,11 +204,11 @@ struct hdmiphy_config { ...@@ -204,11 +204,11 @@ struct hdmiphy_config {
u8 conf[32]; u8 conf[32];
}; };
struct hdmi_driver_data exynos4212_hdmi_driver_data = { static struct hdmi_driver_data exynos4212_hdmi_driver_data = {
.type = HDMI_TYPE14, .type = HDMI_TYPE14,
}; };
struct hdmi_driver_data exynos5_hdmi_driver_data = { static struct hdmi_driver_data exynos5_hdmi_driver_data = {
.type = HDMI_TYPE14, .type = HDMI_TYPE14,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册