projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f209e
)
spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Thu, 7 Mar 2024 19:47:47 +0000
(21:47 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 25 Mar 2024 00:49:17 +0000
(
00:49
+0000)
There is nothing from pxa2xx_spi.h used by soc/pxa/ssp.c.
Replace it with pxa2xx_ssp.h.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link:
https://msgid.link/r/20240307195056.4059864-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/soc/pxa/ssp.c
patch
|
blob
|
history
diff --git
a/drivers/soc/pxa/ssp.c
b/drivers/soc/pxa/ssp.c
index 7af04e8b816376509163a848ae18f3f9d94588f5..854d32e0455834ea4205444d64fd393231d106aa 100644
(file)
--- a/
drivers/soc/pxa/ssp.c
+++ b/
drivers/soc/pxa/ssp.c
@@
-25,7
+25,7
@@
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/platform_device.h>
-#include <linux/
spi/pxa2xx_spi
.h>
+#include <linux/
pxa2xx_ssp
.h>
#include <linux/io.h>
#include <linux/of.h>
#include <linux/of_device.h>