diff options
Diffstat (limited to 'arch/arm/common/locomo.c')
| -rw-r--r-- | arch/arm/common/locomo.c | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/arch/arm/common/locomo.c b/arch/arm/common/locomo.c index 04de83f4f008..4e0dcaef6eb2 100644 --- a/arch/arm/common/locomo.c +++ b/arch/arm/common/locomo.c | |||
| @@ -204,7 +204,8 @@ static void locomo_unmask_irq(unsigned int irq) | |||
| 204 | locomo_writel(r, mapbase + LOCOMO_ICR); | 204 | locomo_writel(r, mapbase + LOCOMO_ICR); |
| 205 | } | 205 | } |
| 206 | 206 | ||
| 207 | static struct irqchip locomo_chip = { | 207 | static struct irq_chip locomo_chip = { |
| 208 | .name = "LOCOMO", | ||
| 208 | .ack = locomo_ack_irq, | 209 | .ack = locomo_ack_irq, |
| 209 | .mask = locomo_mask_irq, | 210 | .mask = locomo_mask_irq, |
| 210 | .unmask = locomo_unmask_irq, | 211 | .unmask = locomo_unmask_irq, |
| @@ -249,7 +250,8 @@ static void locomo_key_unmask_irq(unsigned int irq) | |||
| 249 | locomo_writel(r, mapbase + LOCOMO_KEYBOARD + LOCOMO_KIC); | 250 | locomo_writel(r, mapbase + LOCOMO_KEYBOARD + LOCOMO_KIC); |
| 250 | } | 251 | } |
| 251 | 252 | ||
| 252 | static struct irqchip locomo_key_chip = { | 253 | static struct irq_chip locomo_key_chip = { |
| 254 | .name = "LOCOMO-key", | ||
| 253 | .ack = locomo_key_ack_irq, | 255 | .ack = locomo_key_ack_irq, |
| 254 | .mask = locomo_key_mask_irq, | 256 | .mask = locomo_key_mask_irq, |
| 255 | .unmask = locomo_key_unmask_irq, | 257 | .unmask = locomo_key_unmask_irq, |
| @@ -312,7 +314,8 @@ static void locomo_gpio_unmask_irq(unsigned int irq) | |||
| 312 | locomo_writel(r, mapbase + LOCOMO_GIE); | 314 | locomo_writel(r, mapbase + LOCOMO_GIE); |
| 313 | } | 315 | } |
| 314 | 316 | ||
| 315 | static struct irqchip locomo_gpio_chip = { | 317 | static struct irq_chip locomo_gpio_chip = { |
| 318 | .name = "LOCOMO-gpio", | ||
| 316 | .ack = locomo_gpio_ack_irq, | 319 | .ack = locomo_gpio_ack_irq, |
| 317 | .mask = locomo_gpio_mask_irq, | 320 | .mask = locomo_gpio_mask_irq, |
| 318 | .unmask = locomo_gpio_unmask_irq, | 321 | .unmask = locomo_gpio_unmask_irq, |
| @@ -357,7 +360,8 @@ static void locomo_lt_unmask_irq(unsigned int irq) | |||
| 357 | locomo_writel(r, mapbase + LOCOMO_LTINT); | 360 | locomo_writel(r, mapbase + LOCOMO_LTINT); |
| 358 | } | 361 | } |
| 359 | 362 | ||
| 360 | static struct irqchip locomo_lt_chip = { | 363 | static struct irq_chip locomo_lt_chip = { |
| 364 | .name = "LOCOMO-lt", | ||
| 361 | .ack = locomo_lt_ack_irq, | 365 | .ack = locomo_lt_ack_irq, |
| 362 | .mask = locomo_lt_mask_irq, | 366 | .mask = locomo_lt_mask_irq, |
| 363 | .unmask = locomo_lt_unmask_irq, | 367 | .unmask = locomo_lt_unmask_irq, |
| @@ -418,7 +422,8 @@ static void locomo_spi_unmask_irq(unsigned int irq) | |||
| 418 | locomo_writel(r, mapbase + LOCOMO_SPIIE); | 422 | locomo_writel(r, mapbase + LOCOMO_SPIIE); |
| 419 | } | 423 | } |
| 420 | 424 | ||
| 421 | static struct irqchip locomo_spi_chip = { | 425 | static struct irq_chip locomo_spi_chip = { |
| 426 | .name = "LOCOMO-spi", | ||
| 422 | .ack = locomo_spi_ack_irq, | 427 | .ack = locomo_spi_ack_irq, |
| 423 | .mask = locomo_spi_mask_irq, | 428 | .mask = locomo_spi_mask_irq, |
| 424 | .unmask = locomo_spi_unmask_irq, | 429 | .unmask = locomo_spi_unmask_irq, |
