From a42614f2b48bfae8b706b581cc73b32d0ff1b114 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Fri, 25 Feb 2022 12:23:56 +0100 Subject: [PATCH] staging: wfx: sta.o was linked twice MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit sta.o was listed twice in the Makefile. Signed-off-by: Jérôme Pouiller Link: https://lore.kernel.org/r/20220225112405.355599-2-Jerome.Pouiller@silabs.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wfx/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wfx/Makefile b/drivers/staging/wfx/Makefile index ae94c6552d778..c8b356f71c99e 100644 --- a/drivers/staging/wfx/Makefile +++ b/drivers/staging/wfx/Makefile @@ -17,7 +17,6 @@ wfx-y := \ sta.o \ key.o \ main.o \ - sta.o \ debug.o wfx-$(CONFIG_SPI) += bus_spi.o # When CONFIG_MMC == m, append to 'wfx-y' (and not to 'wfx-m') -- 2.30.2