linux-kernel@vger.kernel.org

From: David Mosberger (davidm@napali.hpl.hp.com)
Date: Wed Jun 18 2003 - 16:46:26 EST


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/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:26 EST