diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-09-03 11:12:25 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-03 11:12:25 -0700 |
| commit | 6571a956a2e0b99eb3d8ba1506c1cd8cb0e1fed3 (patch) | |
| tree | d5e62d891db10416d8b86ab113b45b928f2bc409 | |
| parent | 0dabddb1e208e6d5bfc6e134062d285a7611081f (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.c | 1 |
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> |
