diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2008-02-05 01:30:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:24 -0500 |
commit | 00bf59ca9bfe4085e6ee546128a71b82d061ab04 (patch) | |
tree | eb513f442c59eed55e44741f8f1f5cb7a3cc258f /arch | |
parent | eb4da4cec30309e3b3d584616e32318cc8f6d63c (diff) |
mac68k: remove dead code
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/mac/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c index 01b468b9392e..735a49b4b936 100644 --- a/arch/m68k/mac/config.c +++ b/arch/m68k/mac/config.c | |||
@@ -58,8 +58,6 @@ extern struct mem_info m68k_memory[NUM_MEMINFO]; | |||
58 | 58 | ||
59 | extern struct mem_info m68k_ramdisk; | 59 | extern struct mem_info m68k_ramdisk; |
60 | 60 | ||
61 | extern char m68k_command_line[CL_SIZE]; | ||
62 | |||
63 | void *mac_env; /* Loaded by the boot asm */ | 61 | void *mac_env; /* Loaded by the boot asm */ |
64 | 62 | ||
65 | /* The phys. video addr. - might be bogus on some machines */ | 63 | /* The phys. video addr. - might be bogus on some machines */ |