aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-11 19:37:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-11 19:37:11 +0000
commit1ec7090374c8fd6605f110c0a885f3383569c869 (patch)
tree018e2394dca13763df7408686acfe198bbd630e9
parent0e7a5607b4b069135197fd92b80c42d0e946288e (diff)
downloadmaster-187ad058-1ec7090374c8fd6605f110c0a885f3383569c869.tar.gz
master-187ad058-1ec7090374c8fd6605f110c0a885f3383569c869.tar.bz2
master-187ad058-1ec7090374c8fd6605f110c0a885f3383569c869.zip
ramips: remove yet another CONFIG_MTD_PARTITION ifdef
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30462 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-wcr150gn.c2
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)