1 Sep 2004 01:40
[PATCH] missing includes from irq changes
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2004-08-31 23:40:37 GMT
2004-08-31 23:40:37 GMT
ChangeSet 1.1865, 2004/08/31 16:40:37-07:00, viro <at> www.linux.org.uk [PATCH] missing includes from irq changes Signed-off-by: Al Viro <viro <at> parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds <at> osdl.org> alpha/kernel/irq.c | 4 +--- ppc/kernel/irq.c | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff -Nru a/arch/alpha/kernel/irq.c b/arch/alpha/kernel/irq.c --- a/arch/alpha/kernel/irq.c 2004-08-31 20:06:01 -07:00 +++ b/arch/alpha/kernel/irq.c 2004-08-31 20:06:01 -07:00 <at> <at> -25,6 +25,7 <at> <at> #include <linux/irq.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> +#include <linux/profile.h> #include <asm/system.h> #include <asm/io.h> <at> <at> -330,9 +331,6 <at> <at> void init_irq_proc (void) { -#ifdef CONFIG_SMP - struct proc_dir_entry *entry; -#endif int i;(Continue reading)
RSS Feed