Commit b8a3ad5b authored by Linus Torvalds's avatar Linus Torvalds

Include proper header file for PFN_DOWN()

The recent commit (99a10a60) to fix up
mmap_kmem() broke compiles because it used PFN_DOWN() without including
<linux/pfn.h>.
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0e7af8d0
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment