diff options
author | Adrian Bunk <bunk@stusta.de> | 2008-07-17 15:16:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:24:39 -0400 |
commit | a594409a2160070b2185e77b33232cf73a9151a5 (patch) | |
tree | 1852f0fbe9daf7bede8943a988b42feeefef82db /include/asm-m68k | |
parent | 07b8125949de66b6552966de8d4280c3a8620359 (diff) |
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>
Diffstat (limited to 'include/asm-m68k')
-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 c8e685aa75df..bfe3ba147f2e 100644 --- a/include/asm-m68k/sbus.h +++ b/include/asm-m68k/sbus.h | |||
@@ -12,8 +12,6 @@ struct sbus_dev { | |||
12 | } reg_addrs[1]; | 12 | } reg_addrs[1]; |
13 | }; | 13 | }; |
14 | 14 | ||
15 | #define ARCH_SUN4 0 | ||
16 | |||
17 | /* sbus IO functions stolen from include/asm-sparc/io.h for the serial driver */ | 15 | /* sbus IO functions stolen from include/asm-sparc/io.h for the serial driver */ |
18 | /* No SBUS on the Sun3, kludge -- sam */ | 16 | /* No SBUS on the Sun3, kludge -- sam */ |
19 | 17 | ||