FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
authorDavid Howells <dhowells@redhat.com>
Mon, 9 Feb 2009 16:47:36 +0000 (16:47 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Feb 2009 16:51:35 +0000 (08:51 -0800)
in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/frv/mm/dma-alloc.c

index dc6522c..44840e7 100644 (file)
 #include <linux/vmalloc.h>
 #include <linux/init.h>
 #include <linux/pci.h>
+#include <linux/hardirq.h>
 
 #include <asm/pgalloc.h>
 #include <asm/io.h>
-#include <asm/hardirq.h>
 #include <asm/mmu_context.h>
 #include <asm/pgtable.h>
 #include <asm/mmu.h>