From 0fd14754141e3604529579232d34fcffd89c24b9 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Mon, 4 Jun 2007 10:58:23 +0900 Subject: [PATCH] sh: ioremap() through PMB needs asm/mmu.h. Signed-off-by: Paul Mundt --- arch/sh/mm/ioremap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/mm/ioremap.c b/arch/sh/mm/ioremap.c index be03d74e99c..0c7b7e33abd 100644 --- a/arch/sh/mm/ioremap.c +++ b/arch/sh/mm/ioremap.c @@ -22,6 +22,7 @@ #include #include #include +#include /* * Remap an arbitrary physical address space into the kernel virtual -- 2.11.4.GIT