projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e7af8d
)
Include proper header file for PFN_DOWN()
author
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 13 Oct 2006 15:42:10 +0000
(08:42 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 13 Oct 2006 15:42:10 +0000
(08:42 -0700)
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>
drivers/char/mem.c
patch
|
blob
|
history
diff --git
a/drivers/char/mem.c
b/drivers/char/mem.c
index
a89cb52
..
5547337
100644
(file)
--- a/
drivers/char/mem.c
+++ b/
drivers/char/mem.c
@@
-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>