Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now

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>

authored by

David Howells and committed by
Linus Torvalds
a8e807f7 a5ef7ca0

+1 -1
+1 -1
arch/frv/mm/dma-alloc.c
··· 36 36 #include <linux/vmalloc.h> 37 37 #include <linux/init.h> 38 38 #include <linux/pci.h> 39 + #include <linux/hardirq.h> 39 40 40 41 #include <asm/pgalloc.h> 41 42 #include <asm/io.h> 42 - #include <asm/hardirq.h> 43 43 #include <asm/mmu_context.h> 44 44 #include <asm/pgtable.h> 45 45 #include <asm/mmu.h>