Browse Source

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>
Jingoo Han 11 years ago
parent
commit
153df698fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/gpu/drm/exynos/exynos_hdmi.c

+ 2 - 2
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,
 };