Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275379
b: refs/heads/master
c: 13d6da3
h: refs/heads/master
i:
  275377: 8cfebf4
  275375: 0b3fa24
v: v3
  • Loading branch information
Geert Uytterhoeven committed Nov 8, 2011
1 parent c994833 commit c7d9c72
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: e8abf5e73cdb6c034d35ccba1f63a4801cd3dec5
refs/heads/master: 13d6da35813babaa1bc8c6799b2666191911100e
4 changes: 2 additions & 2 deletions trunk/arch/m68k/kernel/ints.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ struct irq_data *new_irq_node(void)
return NULL;
}

int setup_irq(unsigned int irq, struct irq_data *node)
static int m68k_setup_irq(unsigned int irq, struct irq_data *node)
{
struct irq_chip *contr;
struct irq_data **prev;
Expand Down Expand Up @@ -232,7 +232,7 @@ int request_irq(unsigned int irq,
node->dev_id = dev_id;
node->devname = devname;

res = setup_irq(irq, node);
res = m68k_setup_irq(irq, node);
if (res)
node->handler = NULL;

Expand Down

0 comments on commit c7d9c72

Please sign in to comment.