CRIS tlb.h should include linux/pagemap.h
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>
This commit is contained in:
parent
57c230a873
commit
ebd33e11c3
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef _CRIS_TLB_H
|
||||
#define _CRIS_TLB_H
|
||||
|
||||
#include <linux/pagemap.h>
|
||||
|
||||
#include <asm/arch/tlb.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue