Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

spi: xilinx: Add necessary inclusion and forward declaration

xilinx_spi.h is mnissing inclusion and forward declaration, add them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Link: https://msgid.link/r/20240308162920.46816-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Andy Shevchenko and committed by
Mark Brown
8f40647d d650d1c4

+4
+4
include/linux/spi/xilinx_spi.h
··· 2 2 #ifndef __LINUX_SPI_XILINX_SPI_H 3 3 #define __LINUX_SPI_XILINX_SPI_H 4 4 5 + #include <linux/types.h> 6 + 7 + struct spi_board_info; 8 + 5 9 /** 6 10 * struct xspi_platform_data - Platform data of the Xilinx SPI driver 7 11 * @num_chipselect: Number of chip select by the IP.