diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-03-07 21:47:47 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-25 00:49:17 +0000 |
commit | b5867a5c0d7a6bf36f59f3d472c7aed33ca4d02c (patch) | |
tree | 027c49e62d74540d4dc5da486ca96daa06c3c9e9 /drivers/soc | |
parent | e3f209e269d32ebc0ba7f497f5d2af21ed4f0dd0 (diff) |
spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c
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>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/pxa/ssp.c | 2 |
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> |