diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2024-09-09 11:11:00 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2024-09-12 17:33:12 +0300 |
| commit | e5ef574dda702e62081d5c7991949cbdb7f65c08 (patch) | |
| tree | e488a5cfa8875314df21baf9690d8f29e0f29afe /include/linux | |
| parent | a632229be268dde8f6d407638b5cfba8b78201d6 (diff) | |
| download | linux-e5ef574dda702e62081d5c7991949cbdb7f65c08.tar.xz | |
ARM: ep93xx: delete all boardfiles
Delete the ep93xx board files.
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux')
| -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 */ |
