linux-kernel@vger.kernel.org

David Mosberger (davidm@napali.hpl.hp.com)
Wed, 18 Jun 2003 14:46:26 -0700


highmem.h uses stuff like page_address(), but fails to include
<linux/mm.h>. Patch below fixes this.

Thanks,

--david

diff -Nru a/include/linux/highmem.h b/include/linux/highmem.h
--- a/include/linux/highmem.h Wed Jun 18 13:32:51 2003
+++ b/include/linux/highmem.h Wed Jun 18 13:32:51 2003
@@ -3,6 +3,8 @@

#include <linux/config.h>
#include <linux/fs.h>
+#include <linux/mm.h>
+
#include <asm/cacheflush.h>

#ifdef CONFIG_HIGHMEM
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/