diff options
author | Magnus Damm <damm@igel.co.jp> | 2008-12-04 09:00:30 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 09:43:51 (GMT) |
commit | 21c601bb2ec79be5c52a99bc6f4b513aff4fa236 (patch) | |
tree | b327fee68d089afe2b30a24895fac9c893c5cf61 /arch/sh/include/mach-se/mach | |
parent | 5e5aacb0de70fa80e8b1a2b803ae9e2ad40b8e52 (diff) | |
download | linux-21c601bb2ec79be5c52a99bc6f4b513aff4fa236.tar.xz |
sh: remove ioport cruft and smc91x from se7343
Remove out-of-date se7343 ioport code including some old support
for unknown-ne2000-pcmcia-card, cf-over-pcmcia and a mysterical
smc91x that once must have been on a special daughterboard.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-se/mach')
-rw-r--r-- | arch/sh/include/mach-se/mach/se7343.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/include/mach-se/mach/se7343.h b/arch/sh/include/mach-se/mach/se7343.h index 798d851..749914b 100644 --- a/arch/sh/include/mach-se/mach/se7343.h +++ b/arch/sh/include/mach-se/mach/se7343.h @@ -118,9 +118,6 @@ #define FPGA_IN 0xb1400000 #define FPGA_OUT 0xb1400002 -#define __IO_PREFIX sh7343se -#include <asm/io_generic.h> - #define IRQ0_IRQ 32 #define IRQ1_IRQ 33 #define IRQ4_IRQ 36 |