diff options
Diffstat (limited to 'arch/mips/rb532/gpio.c')
-rw-r--r-- | arch/mips/rb532/gpio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/rb532/gpio.c b/arch/mips/rb532/gpio.c index 6ec41df3cb99..a18007613c30 100644 --- a/arch/mips/rb532/gpio.c +++ b/arch/mips/rb532/gpio.c | |||
@@ -44,10 +44,10 @@ struct rb532_gpio_chip { | |||
44 | 44 | ||
45 | static struct resource rb532_gpio_reg0_res[] = { | 45 | static struct resource rb532_gpio_reg0_res[] = { |
46 | { | 46 | { |
47 | .name = "gpio_reg0", | 47 | .name = "gpio_reg0", |
48 | .start = REGBASE + GPIOBASE, | 48 | .start = REGBASE + GPIOBASE, |
49 | .end = REGBASE + GPIOBASE + sizeof(struct rb532_gpio_reg) - 1, | 49 | .end = REGBASE + GPIOBASE + sizeof(struct rb532_gpio_reg) - 1, |
50 | .flags = IORESOURCE_MEM, | 50 | .flags = IORESOURCE_MEM, |
51 | } | 51 | } |
52 | }; | 52 | }; |
53 | 53 | ||