Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135869
b: refs/heads/master
c: 4b2873b
h: refs/heads/master
i:
  135867: e91f09e
v: v3
  • Loading branch information
Geert Uytterhoeven committed Mar 26, 2009
1 parent 007bd6e commit a9c3599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 95fde7a83989d595c06105629f42f3691bf62f91
refs/heads/master: 4b2873ba0bda7dc747cde8b6c7dc6c0b01ea6213
3 changes: 2 additions & 1 deletion trunk/arch/m68k/include/asm/irq_mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <linux/linkage.h>
#include <linux/hardirq.h>
#include <linux/irqreturn.h>
#include <linux/spinlock_types.h>

/*
Expand Down Expand Up @@ -80,7 +81,7 @@ struct pt_regs;
* interrupt source (if it supports chaining).
*/
typedef struct irq_node {
int (*handler)(int, void *);
irqreturn_t (*handler)(int, void *);
void *dev_id;
struct irq_node *next;
unsigned long flags;
Expand Down

0 comments on commit a9c3599

Please sign in to comment.