summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNikita Shubin <nikita.shubin@maquefel.me>2024-09-09 11:11:00 +0300
committerArnd Bergmann <arnd@arndb.de>2024-09-12 17:33:12 +0300
commite5ef574dda702e62081d5c7991949cbdb7f65c08 (patch)
treee488a5cfa8875314df21baf9690d8f29e0f29afe /include/linux
parenta632229be268dde8f6d407638b5cfba8b78201d6 (diff)
downloadlinux-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.h15
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 */