]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/sti: remove duplicate object names
authorRolf Eike Beer <eb@emlix.com>
Wed, 15 Jan 2025 08:58:59 +0000 (09:58 +0100)
committerRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Thu, 3 Apr 2025 16:24:24 +0000 (18:24 +0200)
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>
drivers/gpu/drm/sti/Makefile

index f203ac5514ae0b937f054b2a9a9e08fd4586df75..f778a4eee7c9cf292f9a27a47f3bc58d5e23a680 100644 (file)
@@ -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 \