Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 153df698 authored by Jingoo Han's avatar Jingoo Han Committed by Inki Dae
Browse files

drm/exynos: hdmi: make local symbols static



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

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 9230ffc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
};