diff options
| author | Nikita Shubin <[email protected]> | 2024-09-09 11:11:00 +0300 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2024-09-12 14:33:12 +0000 |
| commit | e5ef574dda702e62081d5c7991949cbdb7f65c08 (patch) | |
| tree | e488a5cfa8875314df21baf9690d8f29e0f29afe /include/linux/platform_data | |
| parent | a632229be268dde8f6d407638b5cfba8b78201d6 (diff) | |
ARM: ep93xx: delete all boardfiles
Delete the ep93xx board files.
Signed-off-by: Nikita Shubin <[email protected]>
Tested-by: Alexander Sverdlin <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/spi-ep93xx.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/platform_data/spi-ep93xx.h b/include/linux/platform_data/spi-ep93xx.h deleted file mode 100644 index b439f2a896e0..000000000000 --- a/include/linux/platform_data/spi-ep93xx.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __ASM_MACH_EP93XX_SPI_H -#define __ASM_MACH_EP93XX_SPI_H - -struct spi_device; - -/** - * struct ep93xx_spi_info - EP93xx specific SPI descriptor - * @use_dma: use DMA for the transfers - */ -struct ep93xx_spi_info { - bool use_dma; -}; - -#endif /* __ASM_MACH_EP93XX_SPI_H */ |