Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bff8dde8fb0ee9429837051b6054d770755d6e7f
Commit: bff8dde8fb0ee9429837051b6054d770755d6e7f
Parent: 8980ae86779288b19554426d71986f04c05f7a49
Author: Stephen Rothwell <[EMAIL PROTECTED]>
AuthorDate: Fri May 11 15:40:36 2007 +1000
Committer: Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Sat May 12 11:32:47 2007 +1000
[POWERPC] Add missed include
fixes:
arch/powerpc/platforms/pasemi/idle.c: In function
'pasemi_system_reset_exception':
arch/powerpc/platforms/pasemi/idle.c:55: warning: implicit declaration of
function 'do_IRQ'
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
arch/powerpc/platforms/pasemi/idle.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/pasemi/idle.c
b/arch/powerpc/platforms/pasemi/idle.c
index 5985ce0..03cd45d 100644
--- a/arch/powerpc/platforms/pasemi/idle.c
+++ b/arch/powerpc/platforms/pasemi/idle.c
@@ -22,6 +22,7 @@
#include <linux/kernel.h>
#include <linux/string.h>
+#include <linux/irq.h>
#include <asm/machdep.h>
#include <asm/reg.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html