aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-10-23 12:31:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-10-23 12:31:13 +0000
commit198b1c3e4f865e6b4a63b4f5c38ce666cfbc8c79 (patch)
tree7f45ffd183b263f083bc1a7c5d9e0b2b514ffef6 /target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h
parent211dc4b5a4df5b5960aaed9c5b710f694a5034f2 (diff)
downloadmaster-187ad058-198b1c3e4f865e6b4a63b4f5c38ce666cfbc8c79.tar.gz
master-187ad058-198b1c3e4f865e6b4a63b4f5c38ce666cfbc8c79.tar.bz2
master-187ad058-198b1c3e4f865e6b4a63b4f5c38ce666cfbc8c79.zip
[adm5120] fix flash driver, it should work on RB150 as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9418 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h')
-rw-r--r--target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h
index b20c483b84..f47b10b785 100644
--- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h
+++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_platform.h
@@ -39,6 +39,7 @@
struct adm5120_flash_platform_data {
void (*set_vpp)(struct map_info *, int);
void (*switch_bank)(unsigned);
+ u32 window_size;
#ifdef CONFIG_MTD_PARTITIONS
unsigned int nr_parts;
struct mtd_partition *parts;