Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Include proper header file for PFN_DOWN()

The recent commit (99a10a60ba9bedcf5d70ef81414d3e03816afa3f) 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>

+1
+1
drivers/char/mem.c
··· 26 26 #include <linux/backing-dev.h> 27 27 #include <linux/bootmem.h> 28 28 #include <linux/pipe_fs_i.h> 29 + #include <linux/pfn.h> 29 30 30 31 #include <asm/uaccess.h> 31 32 #include <asm/io.h>