]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ipmi build fix
authorAndrew Morton <akpm@osdl.org>
Sat, 17 Apr 2004 10:28:52 +0000 (03:28 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 17 Apr 2004 10:28:52 +0000 (03:28 -0700)
From: Geert Uytterhoeven <geert@linux-m68k.org>

While compiling drivers/char/ipmi/ipmi_si_intf.c in 2.6.6-rc1 on m68k, I
noticed a missing include (needed for disable_irq_nosync() and enable_irq())

drivers/char/ipmi/ipmi_si_intf.c

index 42b7e5d22de90bc261f3d0a3fe6466769895ca64..34ceaeed68906fb342c1bef4af8c2ef050b49355 100644 (file)
@@ -51,6 +51,7 @@
 #include <linux/list.h>
 #include <linux/pci.h>
 #include <linux/ioport.h>
+#include <linux/irq.h>
 #ifdef CONFIG_HIGH_RES_TIMERS
 #include <linux/hrtime.h>
 # if defined(schedule_next_int)