diff options
author | Adrian Bunk <bunk@stusta.de> | 2008-07-17 19:16:28 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-21 00:24:39 (GMT) |
commit | a594409a2160070b2185e77b33232cf73a9151a5 (patch) | |
tree | 1852f0fbe9daf7bede8943a988b42feeefef82db | |
parent | 07b8125949de66b6552966de8d4280c3a8620359 (diff) | |
download | linux-a594409a2160070b2185e77b33232cf73a9151a5.tar.xz |
m68k: remove stale ARCH_SUN4 #define
m68k: remove stale ARCH_SUN4 #define
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/asm-m68k/sbus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-m68k/sbus.h b/include/asm-m68k/sbus.h index c8e685a..bfe3ba1 100644 --- a/include/asm-m68k/sbus.h +++ b/include/asm-m68k/sbus.h @@ -12,8 +12,6 @@ struct sbus_dev { } reg_addrs[1]; }; -#define ARCH_SUN4 0 - /* sbus IO functions stolen from include/asm-sparc/io.h for the serial driver */ /* No SBUS on the Sun3, kludge -- sam */ |