diff mbox series

drm/sti: remove duplicate object names

Message ID 1920148.tdWV9SEqCh@devpool47.emlix.com (mailing list archive)
State New
Headers show
Series drm/sti: remove duplicate object names | expand

Commit Message

Rolf Eike Beer Jan. 15, 2025, 8:58 a.m. UTC
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>
---
 drivers/gpu/drm/sti/Makefile | 2 --
 1 file changed, 2 deletions(-)

Comments

Dmitry Baryshkov Jan. 16, 2025, 8:33 a.m. UTC | #1
On Wed, Jan 15, 2025 at 09:58:59AM +0100, Rolf Eike Beer wrote:
> 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>
> ---
>  drivers/gpu/drm/sti/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
diff mbox series

Patch

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 \