summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/sti_mixer.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-09-24 20:02:41 +0300
committerVincent Abriou <vincent.abriou@st.com>2015-11-03 15:04:54 +0300
commit3a36e186ba4a135a63397a1e58a36f9f602af53e (patch)
treeb690619f452fcd8510c84661c4a87a2c506c4dfb /drivers/gpu/drm/sti/sti_mixer.c
parentdcec16efd6776faca6f13ab698cb5cf031d62b66 (diff)
downloadlinux-3a36e186ba4a135a63397a1e58a36f9f602af53e.tar.xz
drm/sti: Do not export symbols
None of these exported symbols are used outside of the drm-sti driver, so there is no reason to export them. Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org> Cc: Vincent Abriou <vincent.abriou@st.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Vincent Abriou <vincent.abriou@st.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_mixer.c')
-rw-r--r--drivers/gpu/drm/sti/sti_mixer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_mixer.c b/drivers/gpu/drm/sti/sti_mixer.c
index 0182e9365004..4c18b50d71c5 100644
--- a/drivers/gpu/drm/sti/sti_mixer.c
+++ b/drivers/gpu/drm/sti/sti_mixer.c
@@ -58,7 +58,6 @@ const char *sti_mixer_to_str(struct sti_mixer *mixer)
return "<UNKNOWN MIXER>";
}
}
-EXPORT_SYMBOL(sti_mixer_to_str);
static inline u32 sti_mixer_reg_read(struct sti_mixer *mixer, u32 reg_id)
{