diff options
| author | Magnus Damm <magnus.damm@gmail.com> | 2008-02-07 06:23:53 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 00:22:09 -0500 |
| commit | c1a34e4c547a7e6185078bf5e65a3ca0e1081df2 (patch) | |
| tree | 3738c0572af31f805082329728749f337ac6b88b /include/asm-sh | |
| parent | 2d952b4b8c94ed8576b4221dad9654c5d98275d0 (diff) | |
sh: trapped io support for highlander V2
This patch converts the highlander CF device from good old machvec readb/writeb
to the new shiny 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/r7780rp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sh/r7780rp.h b/include/asm-sh/r7780rp.h index bdecea0840a0..1770460a4616 100644 --- a/include/asm-sh/r7780rp.h +++ b/include/asm-sh/r7780rp.h | |||
| @@ -195,7 +195,4 @@ unsigned char *highlander_init_irq_r7780mp(void); | |||
| 195 | unsigned char *highlander_init_irq_r7780rp(void); | 195 | unsigned char *highlander_init_irq_r7780rp(void); |
| 196 | unsigned char *highlander_init_irq_r7785rp(void); | 196 | unsigned char *highlander_init_irq_r7785rp(void); |
| 197 | 197 | ||
| 198 | #define __IO_PREFIX r7780rp | ||
| 199 | #include <asm/io_generic.h> | ||
| 200 | |||
| 201 | #endif /* __ASM_SH_RENESAS_R7780RP */ | 198 | #endif /* __ASM_SH_RENESAS_R7780RP */ |
