projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e0e02
)
[PPC] Add linux/pagemap.h to arch/ppc/mm/tlb.c
author
Laurent Pinchart
<laurent.pinchart@technotrade.biz>
Mon, 9 Jul 2007 12:58:18 +0000
(14:58 +0200)
committer
Kumar Gala
<galak@kernel.crashing.org>
Tue, 10 Jul 2007 05:33:07 +0000
(
00:33
-0500)
When compiled without swap support, arch/mm/tlb.c complains about missing
function declarations. This patch fixes the warnings.
Signed-off-by: Laurent Pinchart <laurent.pinchart@technotrade.biz>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/ppc/mm/tlb.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc/mm/tlb.c
b/arch/ppc/mm/tlb.c
index fa29740a28f57dade5052629de5f625cdbc8a56c..4ff260bc9dd1d1dffb0ebb2f66cf1908f1656d49 100644
(file)
--- a/
arch/ppc/mm/tlb.c
+++ b/
arch/ppc/mm/tlb.c
@@
-27,6
+27,7
@@
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/highmem.h>
+#include <linux/pagemap.h>
#include <asm/tlbflush.h>
#include <asm/tlb.h>