projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ef7ca
)
FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
author
David Howells
<dhowells@redhat.com>
Mon, 9 Feb 2009 16:47:36 +0000
(16:47 +0000)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/frv/mm/dma-alloc.c
b/arch/frv/mm/dma-alloc.c
index dc6522c464d4719d3f72558127cd654840ae035d..44840e73e90756c13a670a59321549d4b14c3efc 100644
(file)
--- a/
arch/frv/mm/dma-alloc.c
+++ b/
arch/frv/mm/dma-alloc.c
@@
-36,10
+36,10
@@
#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>