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:
57c230a
)
CRIS tlb.h should include linux/pagemap.h
author
Jesper Nilsson
<jesper.nilsson@axis.com>
Thu, 15 Nov 2007 01:01:28 +0000
(17:01 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 15 Nov 2007 02:45:47 +0000
(18:45 -0800)
Include linux/pagemap.h for release_pages and page_cache_release.
Fixes compilation error in arch/cris/mm/init.c when CONFIG_SWAP is unset.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Mikael Starvik <mikael.starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-cris/tlb.h
patch
|
blob
|
history
diff --git
a/include/asm-cris/tlb.h
b/include/asm-cris/tlb.h
index 6cc26debe40f9176698b6109b7eff83efa1c58e4..7724246a2601495d0b16b76eba516f1c8f9b8be8 100644
(file)
--- a/
include/asm-cris/tlb.h
+++ b/
include/asm-cris/tlb.h
@@
-1,6
+1,8
@@
#ifndef _CRIS_TLB_H
#define _CRIS_TLB_H
+#include <linux/pagemap.h>
+
#include <asm/arch/tlb.h>
/*