From 13f29a0f22806c6d01e3a9a5dcfdf31d63106e6b Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 4 May 2009 11:35:08 +0000 Subject: refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15581 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../023-rb532_fix_init_of_rb532_dev3_ctl_res.patch | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'target/linux/rb532/patches-2.6.28/023-rb532_fix_init_of_rb532_dev3_ctl_res.patch') diff --git a/target/linux/rb532/patches-2.6.28/023-rb532_fix_init_of_rb532_dev3_ctl_res.patch b/target/linux/rb532/patches-2.6.28/023-rb532_fix_init_of_rb532_dev3_ctl_res.patch index 64a6d8934e..ab60afc1e8 100644 --- a/target/linux/rb532/patches-2.6.28/023-rb532_fix_init_of_rb532_dev3_ctl_res.patch +++ b/target/linux/rb532/patches-2.6.28/023-rb532_fix_init_of_rb532_dev3_ctl_res.patch @@ -3,11 +3,9 @@ initialisation has to be the same as cf_slot0_res and nand_slot0_res. Signed-off-by: Phil Sutter --- -diff --git a/arch/mips/rb532/gpio.c b/arch/mips/rb532/gpio.c -index d75eb19..40deb11 100644 --- a/arch/mips/rb532/gpio.c +++ b/arch/mips/rb532/gpio.c -@@ -55,8 +55,6 @@ static struct resource rb532_gpio_reg0_res[] = { +@@ -55,8 +55,6 @@ static struct resource rb532_gpio_reg0_r static struct resource rb532_dev3_ctl_res[] = { { .name = "dev3_ctl", @@ -16,7 +14,7 @@ index d75eb19..40deb11 100644 .flags = IORESOURCE_MEM, } }; -@@ -243,6 +241,9 @@ int __init rb532_gpio_init(void) +@@ -251,6 +249,9 @@ int __init rb532_gpio_init(void) /* Register our GPIO chip */ gpiochip_add(&rb532_gpio_chip->chip); @@ -26,7 +24,3 @@ index d75eb19..40deb11 100644 r = rb532_dev3_ctl_res; dev3.base = ioremap_nocache(r->start, r->end - r->start); --- -1.5.6.4 - - -- cgit v1.2.3