Message ID | 20240307170441.3884452-1-andriy.shevchenko@linux.intel.com |
---|---|
Headers | show |
Series | spi: pxa2xx: Clean up linux/spi/pxa2xx_spi.h | expand |
On Thu, Mar 07, 2024 at 07:03:15PM +0200, Andy Shevchenko wrote:
...
> + pd->dev.platform_data = info;
Oops, this won't compile :-)
On Thu, Mar 7, 2024, at 18:03, Andy Shevchenko wrote: > 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>
On Thu, Mar 07, 2024 at 11:06:00PM +0100, Arnd Bergmann wrote: > On Thu, Mar 7, 2024, at 18:03, Andy Shevchenko wrote: > > 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> Thanks. There is a v3.