projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881ab68
)
m68knommu: declare do_IRQ()
author
Greg Ungerer
<gerg@snapgear.com>
Tue, 4 Mar 2008 06:35:04 +0000
(16:35 +1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 4 Mar 2008 16:04:11 +0000
(08:04 -0800)
Need a declaration of do_IRQ for the 68328 interrupt handling code.
It is common to all m68knommu targets, so a common declaration makes
sense.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-m68knommu/machdep.h
patch
|
blob
|
history
diff --git
a/include/asm-m68knommu/machdep.h
b/include/asm-m68knommu/machdep.h
index 1cf26d240d839922d97e2aceb8cbcc5618b477c7..de9f47a51cc215e04d19f1a40fb413045d9d572b 100644
(file)
--- a/
include/asm-m68knommu/machdep.h
+++ b/
include/asm-m68knommu/machdep.h
@@
-21,4
+21,6
@@
extern void (*mach_power_off)( void );
extern void config_BSP(char *command, int len);
+extern void do_IRQ(int irq, struct pt_regs *fp);
+
#endif /* _M68KNOMMU_MACHDEP_H */