aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-3.18/1000-BCM2708-fix-SPIDEV.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
commit41452d2332fdb6daf11feaedf08b7f9b966e2a38 (patch)
tree4ce02fe3c8bbc516a6fe74eef659b384fed5ebb3 /target/linux/brcm2708/patches-3.18/1000-BCM2708-fix-SPIDEV.patch
parentf41c4f8d6770684f07544dfc1aaa880f82fe0260 (diff)
downloadmaster-187ad058-41452d2332fdb6daf11feaedf08b7f9b966e2a38.tar.gz
master-187ad058-41452d2332fdb6daf11feaedf08b7f9b966e2a38.tar.bz2
master-187ad058-41452d2332fdb6daf11feaedf08b7f9b966e2a38.zip
brcm2708: remove linux 3.18 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46870 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/patches-3.18/1000-BCM2708-fix-SPIDEV.patch')
-rw-r--r--target/linux/brcm2708/patches-3.18/1000-BCM2708-fix-SPIDEV.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/target/linux/brcm2708/patches-3.18/1000-BCM2708-fix-SPIDEV.patch b/target/linux/brcm2708/patches-3.18/1000-BCM2708-fix-SPIDEV.patch
deleted file mode 100644
index fa7c21ec7d..0000000000
--- a/target/linux/brcm2708/patches-3.18/1000-BCM2708-fix-SPIDEV.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- a/arch/arm/mach-bcm2708/bcm2708.c
-+++ b/arch/arm/mach-bcm2708/bcm2708.c
-@@ -559,7 +559,6 @@ static struct platform_device bcm2708_sp
-
- #ifdef CONFIG_BCM2708_SPIDEV
- static struct spi_board_info bcm2708_spi_devices[] = {
--#ifdef CONFIG_SPI_SPIDEV
- {
- .modalias = "spidev",
- .max_speed_hz = 500000,
-@@ -573,7 +572,6 @@ static struct spi_board_info bcm2708_spi
- .chip_select = 1,
- .mode = SPI_MODE_0,
- }
--#endif
- };
- #endif
-
---- a/arch/arm/mach-bcm2709/bcm2709.c
-+++ b/arch/arm/mach-bcm2709/bcm2709.c
-@@ -581,7 +581,6 @@ static struct platform_device bcm2708_sp
-
- #ifdef CONFIG_BCM2708_SPIDEV
- static struct spi_board_info bcm2708_spi_devices[] = {
--#ifdef CONFIG_SPI_SPIDEV
- {
- .modalias = "spidev",
- .max_speed_hz = 500000,
-@@ -595,7 +594,6 @@ static struct spi_board_info bcm2708_spi
- .chip_select = 1,
- .mode = SPI_MODE_0,
- }
--#endif
- };
- #endif
-