diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-20 12:55:28 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-20 12:55:28 +0000 |
commit | 33ffd60e664552e17b6f883303f8b3dff8abe8f9 (patch) | |
tree | 1d8dac7f662c0b848275ec169a22dfa28a434cbe /target/linux/brcm63xx/files/drivers/mtd/maps/bcm963xx-flash.c | |
parent | 31aa2c05fbab96ab9d8ab2eb6da5e2484c636cf9 (diff) |
Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when testing with 8MB devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/drivers/mtd/maps/bcm963xx-flash.c')
-rw-r--r-- | target/linux/brcm63xx/files/drivers/mtd/maps/bcm963xx-flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/files/drivers/mtd/maps/bcm963xx-flash.c b/target/linux/brcm63xx/files/drivers/mtd/maps/bcm963xx-flash.c index c4c4526b49..7d01a9e8f0 100644 --- a/target/linux/brcm63xx/files/drivers/mtd/maps/bcm963xx-flash.c +++ b/target/linux/brcm63xx/files/drivers/mtd/maps/bcm963xx-flash.c @@ -30,14 +30,14 @@ * */ -#include <asm/io.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/mtd/map.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> #include <linux/vmalloc.h> -#include <board.h> + +#include <asm/io.h> #define WINDOW_ADDR 0x1FC00000 /* Real address of the flash */ #define WINDOW_SIZE 0x400000 /* Size of flash */ |