mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-18 20:04:16 +08:00
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,6 +1,8 @@
|
||||
#ifndef _CRIS_TLB_H
|
||||
#define _CRIS_TLB_H
|
||||
|
||||
#include <linux/pagemap.h>
|
||||
|
||||
#include <asm/arch/tlb.h>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user