diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-11-17 17:51:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-12-16 20:57:21 -0500 |
commit | 8922f79ee56e9dab6fc144defc0bc901ff0a7f8a (patch) | |
tree | 5a5824ea28e53e3760189866671e0934e7277fb4 /arch/mips | |
parent | f8ede0f700f5478851f242f291d203cde54ca6cf (diff) |
MIPS: Fixup last users of irq_chip->typename
The typename member of struct irq_chip was kept for migration purposes
and is obsolete since more than 2 years. Fix up the leftovers.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
To: LKML <linux-kernel@vger.kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Patchwork: http://patchwork.linux-mips.org/patch/661/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/nxp/pnx833x/common/interrupts.c | 4 | ||||
-rw-r--r-- | arch/mips/sni/a20r.c | 2 | ||||
-rw-r--r-- | arch/mips/sni/pcimt.c | 2 | ||||
-rw-r--r-- | arch/mips/sni/pcit.c | 2 | ||||
-rw-r--r-- | arch/mips/sni/rm200.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/nxp/pnx833x/common/interrupts.c b/arch/mips/nxp/pnx833x/common/interrupts.c index 30533ba200e2..3a467c04f811 100644 --- a/arch/mips/nxp/pnx833x/common/interrupts.c +++ b/arch/mips/nxp/pnx833x/common/interrupts.c | |||
@@ -295,7 +295,7 @@ static int pnx833x_set_type_gpio_irq(unsigned int irq, unsigned int flow_type) | |||
295 | } | 295 | } |
296 | 296 | ||
297 | static struct irq_chip pnx833x_pic_irq_type = { | 297 | static struct irq_chip pnx833x_pic_irq_type = { |
298 | .typename = "PNX-PIC", | 298 | .name = "PNX-PIC", |
299 | .startup = pnx833x_startup_pic_irq, | 299 | .startup = pnx833x_startup_pic_irq, |
300 | .shutdown = pnx833x_shutdown_pic_irq, | 300 | .shutdown = pnx833x_shutdown_pic_irq, |
301 | .enable = pnx833x_enable_pic_irq, | 301 | .enable = pnx833x_enable_pic_irq, |
@@ -305,7 +305,7 @@ static struct irq_chip pnx833x_pic_irq_type = { | |||
305 | }; | 305 | }; |
306 | 306 | ||
307 | static struct irq_chip pnx833x_gpio_irq_type = { | 307 | static struct irq_chip pnx833x_gpio_irq_type = { |
308 | .typename = "PNX-GPIO", | 308 | .name = "PNX-GPIO", |
309 | .startup = pnx833x_startup_gpio_irq, | 309 | .startup = pnx833x_startup_gpio_irq, |
310 | .shutdown = pnx833x_disable_gpio_irq, | 310 | .shutdown = pnx833x_disable_gpio_irq, |
311 | .enable = pnx833x_enable_gpio_irq, | 311 | .enable = pnx833x_enable_gpio_irq, |
diff --git a/arch/mips/sni/a20r.c b/arch/mips/sni/a20r.c index 7dd76fb3b645..e6980892834a 100644 --- a/arch/mips/sni/a20r.c +++ b/arch/mips/sni/a20r.c | |||
@@ -188,7 +188,7 @@ static void end_a20r_irq(unsigned int irq) | |||
188 | } | 188 | } |
189 | 189 | ||
190 | static struct irq_chip a20r_irq_type = { | 190 | static struct irq_chip a20r_irq_type = { |
191 | .typename = "A20R", | 191 | .name = "A20R", |
192 | .ack = mask_a20r_irq, | 192 | .ack = mask_a20r_irq, |
193 | .mask = mask_a20r_irq, | 193 | .mask = mask_a20r_irq, |
194 | .mask_ack = mask_a20r_irq, | 194 | .mask_ack = mask_a20r_irq, |
diff --git a/arch/mips/sni/pcimt.c b/arch/mips/sni/pcimt.c index 74e6c67982fb..51e62bbaa23b 100644 --- a/arch/mips/sni/pcimt.c +++ b/arch/mips/sni/pcimt.c | |||
@@ -214,7 +214,7 @@ static void end_pcimt_irq(unsigned int irq) | |||
214 | } | 214 | } |
215 | 215 | ||
216 | static struct irq_chip pcimt_irq_type = { | 216 | static struct irq_chip pcimt_irq_type = { |
217 | .typename = "PCIMT", | 217 | .name = "PCIMT", |
218 | .ack = disable_pcimt_irq, | 218 | .ack = disable_pcimt_irq, |
219 | .mask = disable_pcimt_irq, | 219 | .mask = disable_pcimt_irq, |
220 | .mask_ack = disable_pcimt_irq, | 220 | .mask_ack = disable_pcimt_irq, |
diff --git a/arch/mips/sni/pcit.c b/arch/mips/sni/pcit.c index 071a9573ac7f..f4699d35858b 100644 --- a/arch/mips/sni/pcit.c +++ b/arch/mips/sni/pcit.c | |||
@@ -176,7 +176,7 @@ void end_pcit_irq(unsigned int irq) | |||
176 | } | 176 | } |
177 | 177 | ||
178 | static struct irq_chip pcit_irq_type = { | 178 | static struct irq_chip pcit_irq_type = { |
179 | .typename = "PCIT", | 179 | .name = "PCIT", |
180 | .ack = disable_pcit_irq, | 180 | .ack = disable_pcit_irq, |
181 | .mask = disable_pcit_irq, | 181 | .mask = disable_pcit_irq, |
182 | .mask_ack = disable_pcit_irq, | 182 | .mask_ack = disable_pcit_irq, |
diff --git a/arch/mips/sni/rm200.c b/arch/mips/sni/rm200.c index 5e687819cbc2..46f00691f448 100644 --- a/arch/mips/sni/rm200.c +++ b/arch/mips/sni/rm200.c | |||
@@ -449,7 +449,7 @@ void end_rm200_irq(unsigned int irq) | |||
449 | } | 449 | } |
450 | 450 | ||
451 | static struct irq_chip rm200_irq_type = { | 451 | static struct irq_chip rm200_irq_type = { |
452 | .typename = "RM200", | 452 | .name = "RM200", |
453 | .ack = disable_rm200_irq, | 453 | .ack = disable_rm200_irq, |
454 | .mask = disable_rm200_irq, | 454 | .mask = disable_rm200_irq, |
455 | .mask_ack = disable_rm200_irq, | 455 | .mask_ack = disable_rm200_irq, |