diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 16:41:37 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-07-29 16:41:37 +0400 |
commit | 939a24a6df24649cea9fd0ff54fe71ee0dc1d61e (patch) | |
tree | 75c71fec79583491ed0ae1038f906ce90d11192c /arch/sh/boards/mach-se/770x/io.c | |
parent | e565b518ec3a62aebf54da31c65bb6036bb5a276 (diff) | |
download | linux-939a24a6df24649cea9fd0ff54fe71ee0dc1d61e.tar.xz |
sh: Move out the solution engine headers to arch/sh/include/mach-se/
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/770x/io.c')
-rw-r--r-- | arch/sh/boards/mach-se/770x/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/770x/io.c b/arch/sh/boards/mach-se/770x/io.c index b1ec085b8673..28833c8786ea 100644 --- a/arch/sh/boards/mach-se/770x/io.c +++ b/arch/sh/boards/mach-se/770x/io.c @@ -6,7 +6,7 @@ #include <linux/kernel.h> #include <linux/types.h> #include <asm/io.h> -#include <asm/se.h> +#include <mach-se/mach/se.h> /* MS7750 requires special versions of in*, out* routines, since PC-like io ports are located at upper half byte of 16-bit word which |