diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 08:41:24 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 08:41:24 +0200 |
commit | 373e68b5472d421cbd2703e7a77caf053f78c005 (patch) | |
tree | 6fed51fdf1b89f80a1ec9ea4aab285c1af649945 /include/asm-sh/systemh7751.h | |
parent | sh: Fix split ptlock for user mappings in __do_page_fault(). (diff) | |
download | linux-373e68b5472d421cbd2703e7a77caf053f78c005.tar.xz linux-373e68b5472d421cbd2703e7a77caf053f78c005.zip |
sh: Board updates for I/O routine rework.
This updates the various boards for some of the recent I/O routine
updates.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r-- | include/asm-sh/systemh7751.h (renamed from include/asm-sh/systemh/7751systemh.h) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sh/systemh/7751systemh.h b/include/asm-sh/systemh7751.h index 4170531bdbd9..b143bb2a2ca7 100644 --- a/include/asm-sh/systemh/7751systemh.h +++ b/include/asm-sh/systemh7751.h @@ -65,4 +65,7 @@ #define IRQ_79C973 13 +#define __IO_PREFIX sh7751systemh +#include <asm/io_generic.h> + #endif /* __ASM_SH_SYSTEMH_7751SYSTEMH_H */ |