]> err.no Git - linux-2.6/blobdiff - arch/i386/mach-voyager/setup.c
[PATCH] mark struct file_operations const 9
[linux-2.6] / arch / i386 / mach-voyager / setup.c
index defc6ebbd56517ac054deeeafbf17239de36cc5d..cfa16c151c8f96a298f318106424b84a0194c678 100644 (file)
@@ -2,7 +2,6 @@
  *     Machine specific setup for generic
  */
 
-#include <linux/config.h>
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <asm/arch_hooks.h>
@@ -41,7 +40,7 @@ void __init trap_init_hook(void)
 {
 }
 
-static struct irqaction irq0  = { timer_interrupt, SA_INTERRUPT, CPU_MASK_NONE, "timer", NULL, NULL};
+static struct irqaction irq0  = { timer_interrupt, IRQF_DISABLED, CPU_MASK_NONE, "timer", NULL, NULL};
 
 void __init time_init_hook(void)
 {