From: Jingoo Han Date: Thu, 17 Apr 2014 10:07:42 +0000 (+0900) Subject: drm/exynos: hdmi: make local symbols static X-Git-Tag: v3.16-rc1~35^2~17^2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=153df698fc775b5ff550c7ed44c5f2f69e774720;p=thirdparty%2Fkernel%2Flinux.git drm/exynos: hdmi: make local symbols static Make local symbols static, because these are used only in this file. Signed-off-by: Jingoo Han Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index 9a6d652a3ef24..d939dc5605251 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, };