diff options
| author | John Watts <[email protected]> | 2024-04-27 15:40:41 +1000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-09 14:52:42 -0600 |
| commit | 11a3e6754dfa60624d6e93a49f76cbecd194ec6c (patch) | |
| tree | 6f2fe75ec3f9824c2371ed756c1da691025bb376 /drivers | |
| parent | 7128d41427558e631dc5fbff597162f799a44de0 (diff) | |
spi: mtk_spim: Remove completion.h include
This created a conflict when linking.
Signed-off-by: John Watts <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/spi/mtk_spim.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <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> |
