diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-19 14:26:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:18:47 +0900 |
commit | 2b6a8d455b1368d769da234336314b8364feb781 (patch) | |
tree | 7f66f09a0db25f39e4339e6f90d53bf84bdbf36b /arch/sh/mm | |
parent | ad81eb91731fe7e43ce5c91278bc33bded6cbda1 (diff) |
sh: ioremap_64 needs proc_fs.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/ioremap_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/mm/ioremap_64.c b/arch/sh/mm/ioremap_64.c index 95c85e2e43c..95462a0f312 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> |