aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-02-12 14:00:22 +0000
committerMark Brown <broonie@kernel.org>2021-02-12 14:00:22 +0000
commiteec262d179ff60e8d12298ab2f118661040e0bf5 (patch)
tree8f1d5b98419588e7e6a9f5a9fc294b0fca093930 /include/linux/platform_data
parentMerge remote-tracking branch 'spi/for-5.11' into spi-linus (diff)
parentspi: cadence-quadspi: Use spi_mem_dtr_supports_op() (diff)
downloadlinux-dev-eec262d179ff60e8d12298ab2f118661040e0bf5.tar.xz
linux-dev-eec262d179ff60e8d12298ab2f118661040e0bf5.zip
Merge remote-tracking branch 'spi/for-5.12' into spi-next
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/efm32-spi.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/platform_data/efm32-spi.h b/include/linux/platform_data/efm32-spi.h
deleted file mode 100644
index a2c56fcd0534..000000000000
--- a/include/linux/platform_data/efm32-spi.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__
-#define __LINUX_PLATFORM_DATA_EFM32_SPI_H__
-
-#include <linux/types.h>
-
-/**
- * struct efm32_spi_pdata
- * @location: pinmux location for the I/O pins (to be written to the ROUTE
- * register)
- */
-struct efm32_spi_pdata {
- u8 location;
-};
-#endif /* ifndef __LINUX_PLATFORM_DATA_EFM32_SPI_H__ */