diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-19 00:26:09 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:47 -0500 |
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 95c85e2e43cf..95462a0f3120 100644 --- a/arch/sh/mm/ioremap_64.c +++ b/arch/sh/mm/ioremap_64.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/module.h> | 18 | #include <linux/module.h> |
19 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |
20 | #include <linux/io.h> | 20 | #include <linux/io.h> |
21 | #include <linux/proc_fs.h> | ||
21 | #include <asm/page.h> | 22 | #include <asm/page.h> |
22 | #include <asm/pgalloc.h> | 23 | #include <asm/pgalloc.h> |
23 | #include <asm/addrspace.h> | 24 | #include <asm/addrspace.h> |