dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Linus Torvalds 2006-10-13 08:42:10 -07:00
parent 0e7af8d04e
commit b8a3ad5b53
1 changed files with 1 additions and 0 deletions

View File

@ -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>