Commit 6fb00b50 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] highmem.h needs mm.h

From: David Mosberger <davidm@napali.hpl.hp.com>

highmem.h uses stuff like page_address(), but fails to include
<linux/mm.h>.
parent b913b988
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#include <linux/config.h> #include <linux/config.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/mm.h>
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#ifdef CONFIG_HIGHMEM #ifdef CONFIG_HIGHMEM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment