Include proper header file for PFN_DOWN()
authorLinus Torvalds <torvalds@g5.osdl.org>
Fri, 13 Oct 2006 15:42:10 +0000 (08:42 -0700)
committerLinus 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>

No differences found