diff options
| author | David Bauer <[email protected]> | 2021-05-22 09:44:52 +0200 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2021-05-24 09:51:37 +0100 |
| commit | 42a7dfa26fc6df1624d7c2955200e5053dd0b818 (patch) | |
| tree | 2d88b26b21058d392db2bb95b06650164f916a74 /include/linux/platform_data | |
| parent | dbfac814bb73624613f47d6e70391053ab6b8960 (diff) | |
spi: ath79: drop platform data
The ath79 platform has been converted to pure OF. The platform data is
not needed anymore because of this.
Signed-off-by: David Bauer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/spi-ath79.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/platform_data/spi-ath79.h b/include/linux/platform_data/spi-ath79.h deleted file mode 100644 index 81a388ff58cc..000000000000 --- a/include/linux/platform_data/spi-ath79.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Platform data definition for Atheros AR71XX/AR724X/AR913X SPI controller - * - * Copyright (C) 2008-2010 Gabor Juhos <[email protected]> - */ - -#ifndef _ATH79_SPI_PLATFORM_H -#define _ATH79_SPI_PLATFORM_H - -struct ath79_spi_platform_data { - unsigned bus_num; - unsigned num_chipselect; -}; - -#endif /* _ATH79_SPI_PLATFORM_H */ |
