diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-26 20:30:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-26 20:30:32 +0000 |
commit | 746bc29e29ed80441b1bae62d0c00c558e8dc75a (patch) | |
tree | d01844c266d13273b6a3012461826d92bd6b04cf /target/linux/brcm47xx-2.6/patches/110-flash_map.patch | |
parent | 0a87b5ffbf4b00e4d280aa85b4e4051603027dab (diff) |
merge another batch of code from michael buesch's wireless-dev tree, fix up extpci support and remove scache probe like on brcm-2.6 - tested on the wgt634u with madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6213 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx-2.6/patches/110-flash_map.patch')
-rw-r--r-- | target/linux/brcm47xx-2.6/patches/110-flash_map.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx-2.6/patches/110-flash_map.patch b/target/linux/brcm47xx-2.6/patches/110-flash_map.patch index 97a3f4ee8c..110e72621b 100644 --- a/target/linux/brcm47xx-2.6/patches/110-flash_map.patch +++ b/target/linux/brcm47xx-2.6/patches/110-flash_map.patch @@ -53,7 +53,7 @@ diff -urN linux.old/drivers/mtd/maps/bcm47xx-flash.c linux.dev/drivers/mtd/maps/ +#include <linux/squashfs_fs.h> +#include <linux/jffs2.h> +#include <linux/crc32.h> -+#include <linux/ssb.h> ++#include <linux/ssb/ssb.h> +#include <asm/io.h> + + |