Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177896
b: refs/heads/master
c: 8922f79
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ralf Baechle committed Dec 17, 2009
1 parent 43f8299 commit c9e772a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8ede0f700f5478851f242f291d203cde54ca6cf
refs/heads/master: 8922f79ee56e9dab6fc144defc0bc901ff0a7f8a
4 changes: 2 additions & 2 deletions trunk/arch/mips/nxp/pnx833x/common/interrupts.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static int pnx833x_set_type_gpio_irq(unsigned int irq, unsigned int flow_type)
}

static struct irq_chip pnx833x_pic_irq_type = {
.typename = "PNX-PIC",
.name = "PNX-PIC",
.startup = pnx833x_startup_pic_irq,
.shutdown = pnx833x_shutdown_pic_irq,
.enable = pnx833x_enable_pic_irq,
Expand All @@ -305,7 +305,7 @@ static struct irq_chip pnx833x_pic_irq_type = {
};

static struct irq_chip pnx833x_gpio_irq_type = {
.typename = "PNX-GPIO",
.name = "PNX-GPIO",
.startup = pnx833x_startup_gpio_irq,
.shutdown = pnx833x_disable_gpio_irq,
.enable = pnx833x_enable_gpio_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/sni/a20r.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ static void end_a20r_irq(unsigned int irq)
}

static struct irq_chip a20r_irq_type = {
.typename = "A20R",
.name = "A20R",
.ack = mask_a20r_irq,
.mask = mask_a20r_irq,
.mask_ack = mask_a20r_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/sni/pcimt.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static void end_pcimt_irq(unsigned int irq)
}

static struct irq_chip pcimt_irq_type = {
.typename = "PCIMT",
.name = "PCIMT",
.ack = disable_pcimt_irq,
.mask = disable_pcimt_irq,
.mask_ack = disable_pcimt_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/sni/pcit.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void end_pcit_irq(unsigned int irq)
}

static struct irq_chip pcit_irq_type = {
.typename = "PCIT",
.name = "PCIT",
.ack = disable_pcit_irq,
.mask = disable_pcit_irq,
.mask_ack = disable_pcit_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/sni/rm200.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ void end_rm200_irq(unsigned int irq)
}

static struct irq_chip rm200_irq_type = {
.typename = "RM200",
.name = "RM200",
.ack = disable_rm200_irq,
.mask = disable_rm200_irq,
.mask_ack = disable_rm200_irq,
Expand Down

0 comments on commit c9e772a

Please sign in to comment.