projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7128d41
)
spi: mtk_spim: Remove completion.h include
author
John Watts
<contact@jookia.org>
Sat, 27 Apr 2024 05:40:41 +0000
(15:40 +1000)
committer
Tom Rini
<trini@konsulko.com>
Wed, 9 Oct 2024 20:52:42 +0000
(14:52 -0600)
This created a conflict when linking.
Signed-off-by: John Watts <contact@jookia.org>
drivers/spi/mtk_spim.c
patch
|
blob
|
history
diff --git
a/drivers/spi/mtk_spim.c
b/drivers/spi/mtk_spim.c
index 90f4c3cecb934002b1fbc27a7067c7f2ef0b0a42..2979487fff2cace6250c06384df9661664f5d013 100644
(file)
--- 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>