summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-07 18:20:07 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-07 18:20:07 +0000
commitc8b7636f71869976864e09ba2647bc8576c56540 (patch)
treee90a03bae93c51fda19210ada1d3d698cfcdaf2d /target
parent2eecdde4f417882143654de030c0778164c18bd4 (diff)
remove CONFIG_MTD_PARTITIONS references from lantiq 3.0 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/patches-3.0/450-mach-arv45xx.patch11
-rw-r--r--target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch6
2 files changed, 2 insertions, 15 deletions
diff --git a/target/linux/lantiq/patches-3.0/450-mach-arv45xx.patch b/target/linux/lantiq/patches-3.0/450-mach-arv45xx.patch
index 05b28b798..711dd7676 100644
--- a/target/linux/lantiq/patches-3.0/450-mach-arv45xx.patch
+++ b/target/linux/lantiq/patches-3.0/450-mach-arv45xx.patch
@@ -20,7 +20,7 @@
+obj-$(CONFIG_LANTIQ_MACH_ARV45XX) += mach-arv45xx.o
--- /dev/null
+++ b/arch/mips/lantiq/xway/mach-arv45xx.c
-@@ -0,0 +1,504 @@
+@@ -0,0 +1,495 @@
+/*
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
@@ -50,7 +50,6 @@
+#include "dev-leds-gpio.h"
+#include "dev-dwc_otg.h"
+
-+#ifdef CONFIG_MTD_PARTITIONS
+static struct mtd_partition arv4510_partitions[] =
+{
+ {
@@ -123,27 +122,19 @@
+ },
+};
+
-+#endif
-+
+static struct physmap_flash_data arv4510_flash_data = {
-+#ifdef CONFIG_MTD_PARTITIONS
+ .nr_parts = ARRAY_SIZE(arv4510_partitions),
+ .parts = arv4510_partitions,
-+#endif
+};
+
+static struct physmap_flash_data arv45xx_flash_data = {
-+#ifdef CONFIG_MTD_PARTITIONS
+ .nr_parts = ARRAY_SIZE(arv45xx_partitions),
+ .parts = arv45xx_partitions,
-+#endif
+};
+
+static struct physmap_flash_data arv75xx_flash_data = {
-+#ifdef CONFIG_MTD_PARTITIONS
+ .nr_parts = ARRAY_SIZE(arv75xx_partitions),
+ .parts = arv75xx_partitions,
-+#endif
+};
+
+static struct ltq_pci_data ltq_pci_data = {
diff --git a/target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch b/target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch
index 5897abe93..3cce208ec 100644
--- a/target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch
+++ b/target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch
@@ -20,7 +20,7 @@
+obj-$(CONFIG_LANTIQ_MACH_GIGASX76X) += mach-gigasx76x.o
--- /dev/null
+++ b/arch/mips/lantiq/xway/mach-gigasx76x.c
-@@ -0,0 +1,113 @@
+@@ -0,0 +1,109 @@
+/*
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
@@ -54,7 +54,6 @@
+#include "dev-dwc_otg.h"
+#include "dev-leds-gpio.h"
+
-+#ifdef CONFIG_MTD_PARTITIONS
+static struct mtd_partition gigasx76x_partitions[] =
+{
+ {
@@ -83,7 +82,6 @@
+ .size = 0x10000,
+ },
+};
-+#endif
+
+static struct gpio_led
+gigasx76x_leds_gpio[] __initdata = {
@@ -97,10 +95,8 @@
+
+
+static struct physmap_flash_data gigasx76x_flash_data = {
-+#ifdef CONFIG_MTD_PARTITIONS
+ .nr_parts = ARRAY_SIZE(gigasx76x_partitions),
+ .parts = gigasx76x_partitions,
-+#endif
+};
+
+static struct ltq_pci_data ltq_pci_data = {