Skip to content

Commit

Permalink
Include proper header file for PFN_DOWN()
Browse files Browse the repository at this point in the history
The recent commit (99a10a6) 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>
  • Loading branch information
Linus Torvalds committed Oct 13, 2006
1 parent 0e7af8d commit b8a3ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/mem.c
Expand Up @@ -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>
Expand Down

0 comments on commit b8a3ad5

Please sign in to comment.