spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 7 Mar 2024 19:47:47 +0000 (21:47 +0200)
committerMark 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

index 7af04e8b816376509163a848ae18f3f9d94588f5..854d32e0455834ea4205444d64fd393231d106aa 100644 (file)
@@ -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>