diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-10 08:19:33 +0000 |
commit | fe0c7aac669c960c7cc9683d5068980bf732c2f6 (patch) | |
tree | 9a7d0cc9c7c533b21aaf9455b01ce17dcf76a3a0 /target/linux/ar71xx/patches-3.2/305-spi-rb4xx-cpld-3.2-fixes.patch | |
parent | d72bde99cd03721fd5b04a1b365bd3f30d4277d9 (diff) | |
download | upstream-fe0c7aac669c960c7cc9683d5068980bf732c2f6.tar.gz upstream-fe0c7aac669c960c7cc9683d5068980bf732c2f6.tar.bz2 upstream-fe0c7aac669c960c7cc9683d5068980bf732c2f6.zip |
ar71xx: merge 3.2 fixes
SVN-Revision: 30406
Diffstat (limited to 'target/linux/ar71xx/patches-3.2/305-spi-rb4xx-cpld-3.2-fixes.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.2/305-spi-rb4xx-cpld-3.2-fixes.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/ar71xx/patches-3.2/305-spi-rb4xx-cpld-3.2-fixes.patch b/target/linux/ar71xx/patches-3.2/305-spi-rb4xx-cpld-3.2-fixes.patch deleted file mode 100644 index 4bc73ce268..0000000000 --- a/target/linux/ar71xx/patches-3.2/305-spi-rb4xx-cpld-3.2-fixes.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/drivers/spi/spi-rb4xx-cpld.c -+++ b/drivers/spi/spi-rb4xx-cpld.c -@@ -13,6 +13,7 @@ - - #include <linux/types.h> - #include <linux/kernel.h> -+#include <linux/module.h> - #include <linux/init.h> - #include <linux/module.h> - #include <linux/device.h> -@@ -21,7 +22,7 @@ - #include <linux/gpio.h> - #include <linux/slab.h> - --#include <asm/mach-ar71xx/rb4xx_cpld.h> -+#include <asm/mach-ath79/rb4xx_cpld.h> - - #define DRV_NAME "spi-rb4xx-cpld" - #define DRV_DESC "RB4xx CPLD driver" |