Include proper header file for PFN_DOWN()
The recent commit (99a10a60ba
) to fix up
mmap_kmem() broke compiles because it used PFN_DOWN() without including
<linux/pfn.h>.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0e7af8d04e
commit
b8a3ad5b53
|
@ -26,6 +26,7 @@
|
|||
#include <linux/backing-dev.h>
|
||||
#include <linux/bootmem.h>
|
||||
#include <linux/pipe_fs_i.h>
|
||||
#include <linux/pfn.h>
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/io.h>
|
||||
|
|
Loading…
Reference in New Issue