From: John Watts Date: Sat, 27 Apr 2024 05:40:41 +0000 (+1000) Subject: spi: mtk_spim: Remove completion.h include X-Git-Tag: v2025.01-rc1~93^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a3e6754dfa60624d6e93a49f76cbecd194ec6c;p=pandora-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 90f4c3cecb9..2979487fff2 100644 --- a/drivers/spi/mtk_spim.c +++ b/drivers/spi/mtk_spim.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include