2024-03-07 22:36:09

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v3 3/3] 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 <[email protected]>
---
drivers/soc/pxa/ssp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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>
--
2.43.0.rc1.1.gbec44491f096



2024-03-08 15:03:53

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v3 3/3] spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c

On Thu, Mar 07, 2024 at 09:47:47PM +0200, Andy Shevchenko wrote:
> There is nothing from pxa2xx_spi.h used by soc/pxa/ssp.c.
> Replace it with pxa2xx_ssp.h.

Acked-by: Arnd Bergmann <[email protected]>

P.S.
I dared to add Arnd's tag from previous version as this patch
hasn't been changed.

--
With Best Regards,
Andy Shevchenko



2024-03-08 16:56:19

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH v3 3/3] spi: pxa2xx: Use proper SSP header in soc/pxa/ssp.c

On Fri, Mar 8, 2024, at 16:03, Andy Shevchenko wrote:
> On Thu, Mar 07, 2024 at 09:47:47PM +0200, Andy Shevchenko wrote:
>> There is nothing from pxa2xx_spi.h used by soc/pxa/ssp.c.
>> Replace it with pxa2xx_ssp.h.
>
> Acked-by: Arnd Bergmann <[email protected]>
>
> P.S.
> I dared to add Arnd's tag from previous version as this patch
> hasn't been changed.
>

Thanks, I mixed up the two messages and thought I had replied to v3.

Arnd