summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmi.c
diff options
context:
space:
mode:
authorJingoo Han2014-04-17 12:07:42 +0200
committerInki Dae2014-06-01 19:07:03 +0200
commit153df698fc775b5ff550c7ed44c5f2f69e774720 (patch)
treeeaf4e1c0dab5e40f84bddfc2c4de681209f09473 /drivers/gpu/drm/exynos/exynos_hdmi.c
parentdrm/exynos: fb: make local symbol static (diff)
downloadkernel-qcow2-linux-153df698fc775b5ff550c7ed44c5f2f69e774720.tar.gz
kernel-qcow2-linux-153df698fc775b5ff550c7ed44c5f2f69e774720.tar.xz
kernel-qcow2-linux-153df698fc775b5ff550c7ed44c5f2f69e774720.zip
drm/exynos: hdmi: make local symbols static
Make local symbols static, because these are used only in this file. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmi.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 9a6d652a3ef2..d939dc560525 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -204,11 +204,11 @@ struct hdmiphy_config {
u8 conf[32];
};
-struct hdmi_driver_data exynos4212_hdmi_driver_data = {
+static struct hdmi_driver_data exynos4212_hdmi_driver_data = {
.type = HDMI_TYPE14,
};
-struct hdmi_driver_data exynos5_hdmi_driver_data = {
+static struct hdmi_driver_data exynos5_hdmi_driver_data = {
.type = HDMI_TYPE14,
};