projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88c092
)
m68knommu: add back in declaration of do_IRQ
author
Greg Ungerer
<gerg@uclinux.org>
Tue, 2 Nov 2010 07:44:22 +0000
(17:44 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Wed, 3 Nov 2010 01:29:58 +0000
(11:29 +1000)
The cleanup and merge of machdep should not have removed the do_IRQ
declaration. It is needed by the 68328 based targets.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/machdep.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/include/asm/machdep.h
b/arch/m68k/include/asm/machdep.h
index 789f3b2de0e9bf2f63720bcc0c522c686e9c9d31..415d5484916c4d9e6ec1981e380cfe9a0f1ab4de 100644
(file)
--- a/
arch/m68k/include/asm/machdep.h
+++ b/
arch/m68k/include/asm/machdep.h
@@
-40,5
+40,6
@@
extern unsigned long hw_timer_offset(void);
extern irqreturn_t arch_timer_interrupt(int irq, void *dummy);
extern void config_BSP(char *command, int len);
+extern void do_IRQ(int irq, struct pt_regs *fp);
#endif /* _M68K_MACHDEP_H */