aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
authorMagnus Damm <magnus.damm@gmail.com>2008-02-07 20:21:10 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-02-14 14:22:09 +0900
commit2d952b4b8c94ed8576b4221dad9654c5d98275d0 (patch)
tree5da9ac33e72153617cec9dcbb0e0cb4707782108 /include/asm-sh
parentsh: trapped io support V2 (diff)
downloadlinux-dev-2d952b4b8c94ed8576b4221dad9654c5d98275d0.tar.xz
linux-dev-2d952b4b8c94ed8576b4221dad9654c5d98275d0.zip
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.h3
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 */