From: John Watts Date: Sat, 27 Apr 2024 05:40:41 +0000 (+1000) Subject: spi: mtk_spim: Remove completion.h include X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=11a3e6754dfa60624d6e93a49f76cbecd194ec6c;p=u-boot.git spi: mtk_spim: Remove completion.h include This created a conflict when linking. Signed-off-by: John Watts --- diff --git a/drivers/spi/mtk_spim.c b/drivers/spi/mtk_spim.c index 90f4c3cecb..2979487fff 100644 --- a/drivers/spi/mtk_spim.c +++ b/drivers/spi/mtk_spim.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include