Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b19a7ce566007a8c45f9ba9d2b4a31bba20d62d
Commit:     8b19a7ce566007a8c45f9ba9d2b4a31bba20d62d
Parent:     c596b1a38085a041464b9b2c0c200e81ff695634
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Mon Jun 4 10:50:42 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jun 4 10:50:42 2007 +0900

    sh: microdev: Fix compile warnings.
    
    irq.c needs linux/interrupt.h.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/boards/superh/microdev/irq.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/boards/superh/microdev/irq.c 
b/arch/sh/boards/superh/microdev/irq.c
index cc1cb04..4d33507 100644
--- a/arch/sh/boards/superh/microdev/irq.c
+++ b/arch/sh/boards/superh/microdev/irq.c
@@ -11,6 +11,7 @@
 
 #include <linux/init.h>
 #include <linux/irq.h>
+#include <linux/interrupt.h>
 #include <asm/system.h>
 #include <asm/io.h>
 #include <asm/microdev.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

Reply via email to