diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-07 20:21:10 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 14:22:09 +0900 |
commit | 2d952b4b8c94ed8576b4221dad9654c5d98275d0 (patch) | |
tree | 5da9ac33e72153617cec9dcbb0e0cb4707782108 /include/asm-sh | |
parent | e7cc9a7340b8ec018caa9eb1d035fdaef1f2fc51 (diff) |
sh: trapped io support for r2d V2
This patch converts the CF device on r2d boards from machvec readb/writeb
to trapped io.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/rts7751r2d.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sh/rts7751r2d.h b/include/asm-sh/rts7751r2d.h index 83b9c111f171..0a800157b826 100644 --- a/include/asm-sh/rts7751r2d.h +++ b/include/asm-sh/rts7751r2d.h @@ -67,7 +67,4 @@ void init_rts7751r2d_IRQ(void); int rts7751r2d_irq_demux(int); -#define __IO_PREFIX rts7751r2d -#include <asm/io_generic.h> - #endif /* __ASM_SH_RENESAS_RTS7751R2D */ |