diff options
| author | Mark Brown <broonie@kernel.org> | 2021-02-12 17:00:22 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-02-12 17:00:22 +0300 |
| commit | eec262d179ff60e8d12298ab2f118661040e0bf5 (patch) | |
| tree | 8f1d5b98419588e7e6a9f5a9fc294b0fca093930 /include/linux/platform_data | |
| parent | 110bc220aaab2f90374d7d9a4f1b2a4c916705b2 (diff) | |
| parent | d2275139649bc34b8b5c3e33d26d991ab8a1364c (diff) | |
| download | linux-eec262d179ff60e8d12298ab2f118661040e0bf5.tar.xz | |
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.h | 15 |
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__ */ |
