From: Andy Shevchenko Date: Thu, 7 Mar 2024 19:47:47 +0000 (+0200) Subject: spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c X-Git-Tag: io_uring-6.10-20240523~103^2~49^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b5867a5c0d7a6bf36f59f3d472c7aed33ca4d02c;p=linux-block.git 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 Acked-by: Arnd Bergmann Link: https://msgid.link/r/20240307195056.4059864-4-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown --- 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 #include #include -#include +#include #include #include #include