diff options
| author | 2021-06-25 14:08:26 +0100 | |
|---|---|---|
| committer | 2021-06-25 14:08:26 +0100 | |
| commit | 1bee1ecf232cd90ad112d78ab5124850b4e5ea09 (patch) | |
| tree | 850cf42ea49ec040c2042fdd8bc61d332461e948 /include/linux/platform_data | |
| parent | Merge remote-tracking branch 'spi/for-5.13' into spi-linus (diff) | |
| parent | spi: core: add dma_map_dev for dma device (diff) | |
| download | linux-dev-1bee1ecf232cd90ad112d78ab5124850b4e5ea09.tar.xz linux-dev-1bee1ecf232cd90ad112d78ab5124850b4e5ea09.zip | |
Merge remote-tracking branch 'spi/for-5.14' into spi-next
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 <juhosg@openwrt.org> - */ - -#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 */ |
