Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273457
b: refs/heads/master
c: 901f616
h: refs/heads/master
i:
  273455: e78a2f6
v: v3
  • Loading branch information
Ralf Baechle committed Oct 20, 2011
1 parent b5d218d commit 49929c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d9cdc901af0f92da7f90c750d8c187f5500be067
refs/heads/master: 901f6169400bcfcde7da71695c57388da0a515e5
4 changes: 2 additions & 2 deletions trunk/arch/mips/sgi-ip27/ip27-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,12 @@ static struct irq_chip bridge_irq_type = {
.irq_unmask = enable_bridge_irq,
};

void __devinit register_bridge_irq(unsigned int irq)
void register_bridge_irq(unsigned int irq)
{
irq_set_chip_and_handler(irq, &bridge_irq_type, handle_level_irq);
}

int __devinit request_bridge_irq(struct bridge_controller *bc)
int request_bridge_irq(struct bridge_controller *bc)
{
int irq = allocate_irqno();
int swlevel, cpu;
Expand Down

0 comments on commit 49929c4

Please sign in to comment.