summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-09-03 11:12:25 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-03 11:12:25 -0700
commit6571a956a2e0b99eb3d8ba1506c1cd8cb0e1fed3 (patch)
treed5e62d891db10416d8b86ab113b45b928f2bc409
parent0dabddb1e208e6d5bfc6e134062d285a7611081f (diff)
[PATCH] proc_misc.c needs irq.h
fs/proc/proc_misc.c: In function `show_stat': fs/proc/proc_misc.c:423: `irq_desc' undeclared (first use in this function)
-rw-r--r--fs/proc/proc_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c
index 79fba2b565ef..fb30277e2393 100644
--- a/fs/proc/proc_misc.c
+++ b/fs/proc/proc_misc.c
@@ -44,6 +44,7 @@
#include <linux/jiffies.h>
#include <linux/sysrq.h>
#include <linux/vmalloc.h>
+#include <linux/irq.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/io.h>