From: John Watts <contact@jookia.org>
Date: Sat, 27 Apr 2024 05:40:41 +0000 (+1000)
Subject: spi: mtk_spim: Remove completion.h include
X-Git-Tag: v2025.01-rc5-pxa1908~284^2~2
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?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 <contact@jookia.org>
---

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 <dm/devres.h>
 #include <dm/pinctrl.h>
 #include <linux/bitops.h>
-#include <linux/completion.h>
 #include <linux/dma-mapping.h>
 #include <linux/io.h>
 #include <linux/iopoll.h>