[PATCH 3/6] drm/exynos: hdmi: make local symbols static

Jingoo Han jg1.han at samsung.com
Thu Apr 17 03:07:42 PDT 2014


Make local symbols static, because these are used only in this
file.

Signed-off-by: Jingoo Han <jg1.han at samsung.com>
---
 drivers/gpu/drm/exynos/exynos_hdmi.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c
index 675996a..bffe24e 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmi.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmi.c
@@ -206,11 +206,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,
 };
 
-- 
1.7.10.4




More information about the dri-devel mailing list