commit | 2b6a8d455b1368d769da234336314b8364feb781 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Nov 19 14:26:09 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:18:47 2008 +0900 |
tree | 7f66f09a0db25f39e4339e6f90d53bf84bdbf36b | |
parent | ad81eb91731fe7e43ce5c91278bc33bded6cbda1 [diff] |
sh: ioremap_64 needs proc_fs.h. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/mm/ioremap_64.c b/arch/sh/mm/ioremap_64.c index 95c85e2..95462a0 100644 --- a/arch/sh/mm/ioremap_64.c +++ b/arch/sh/mm/ioremap_64.c
@@ -18,6 +18,7 @@ #include <linux/module.h> #include <linux/mm.h> #include <linux/io.h> +#include <linux/proc_fs.h> #include <asm/page.h> #include <asm/pgalloc.h> #include <asm/addrspace.h>