diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 19:37:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-11 19:37:11 +0000 |
commit | 323ece94748fe9be5ad67ee437cda61349df895c (patch) | |
tree | c41472dd44b4cba0907ea9dd102f63ea313b2a82 /target/linux | |
parent | 32b9e8c750598b88e6989455768f873e59064092 (diff) | |
download | upstream-323ece94748fe9be5ad67ee437cda61349df895c.tar.gz upstream-323ece94748fe9be5ad67ee437cda61349df895c.tar.bz2 upstream-323ece94748fe9be5ad67ee437cda61349df895c.zip |
ramips: remove yet another CONFIG_MTD_PARTITION ifdef
SVN-Revision: 30462
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c index 96a449527f..07ae825cb1 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c @@ -93,10 +93,8 @@ static struct mtd_partition wcr150gn_partitions[] = { }; static struct physmap_flash_data wcr150gn_flash_data = { -#ifdef CONFIG_MTD_PARTITIONS .nr_parts = ARRAY_SIZE(wcr150gn_partitions), .parts = wcr150gn_partitions, -#endif }; static void __init wcr150gn_init(void) |