]> Git Repo - linux.git/commitdiff
FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
authorDavid Howells <[email protected]>
Mon, 9 Feb 2009 16:47:36 +0000 (16:47 +0000)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/frv/mm/dma-alloc.c

index dc6522c464d4719d3f72558127cd654840ae035d..44840e73e90756c13a670a59321549d4b14c3efc 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>
This page took 0.050414 seconds and 4 git commands to generate.