summaryrefslogtreecommitdiff
path: root/drivers/soc/pxa
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-03-26 11:46:40 +0000
committerMark Brown <broonie@kernel.org>2024-03-26 11:46:40 +0000
commit7f2f4caaf66624b6ece6801749fc47d804a6be16 (patch)
tree5bad51e5fdfa166268d263e3134810f1d34a63a8 /drivers/soc/pxa
parent9b163e0d330debbf7dcc14b2c3e2dc19a3b50a1d (diff)
parentb5867a5c0d7a6bf36f59f3d472c7aed33ca4d02c (diff)
downloadlinux-7f2f4caaf66624b6ece6801749fc47d804a6be16.tar.gz
linux-7f2f4caaf66624b6ece6801749fc47d804a6be16.tar.bz2
linux-7f2f4caaf66624b6ece6801749fc47d804a6be16.zip
spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h
Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>: A couple of cleanups against linux/spi/pxa2xx_spi.h. I'm sending this as v3 to land in the SPI subsystem. Meanwhile I'm preparing an update to make linux/spi/pxa2xx_spi.h private to the subsystem (PXA2xx driver). But the second part will be presented later on (likely after v6.9-rc1). That said, this can be routed either via SoC tree or SPI, up to respective maintainers.
Diffstat (limited to 'drivers/soc/pxa')
-rw-r--r--drivers/soc/pxa/ssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/pxa/ssp.c b/drivers/soc/pxa/ssp.c
index 7af04e8b8163..854d32e04558 100644
--- 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>