summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2025-01-15 09:58:59 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-25 10:51:15 +0200
commitdb8a44a6307a999c3858d5ea432ec3bd1edae27b (patch)
treeead681c7784eaaba192beb6c2e96e86f2cc9e514
parentfe983e925bf7062d7b975357afcbc77bb7f354d8 (diff)
downloadlinux-db8a44a6307a999c3858d5ea432ec3bd1edae27b.tar.gz
linux-db8a44a6307a999c3858d5ea432ec3bd1edae27b.tar.bz2
linux-db8a44a6307a999c3858d5ea432ec3bd1edae27b.zip
drm/sti: remove duplicate object names
commit 7fb6afa9125fc111478615e24231943c4f76cc2e upstream. When merging 2 drivers common object files were not deduplicated. Fixes: dcec16efd677 ("drm/sti: Build monolithic driver") Cc: stable@kernel.org Signed-off-by: Rolf Eike Beer <eb@emlix.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/1920148.tdWV9SEqCh@devpool47.emlix.com Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/gpu/drm/sti/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile
index f203ac5514ae..f778a4eee7c9 100644
--- a/drivers/gpu/drm/sti/Makefile
+++ b/drivers/gpu/drm/sti/Makefile
@@ -7,8 +7,6 @@ sti-drm-y := \
sti_compositor.o \
sti_crtc.o \
sti_plane.o \
- sti_crtc.o \
- sti_plane.o \
sti_hdmi.o \
sti_hdmi_tx3g4c28phy.o \
sti_dvo.o \