diff options
Diffstat (limited to 'arch/mips/mti-malta/malta-init.c')
-rw-r--r-- | arch/mips/mti-malta/malta-init.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/mti-malta/malta-init.c b/arch/mips/mti-malta/malta-init.c index 4f9e44d358b7..0f60256d3784 100644 --- a/arch/mips/mti-malta/malta-init.c +++ b/arch/mips/mti-malta/malta-init.c | |||
@@ -116,8 +116,6 @@ phys_t mips_cpc_default_phys_base(void) | |||
116 | return CPC_BASE_ADDR; | 116 | return CPC_BASE_ADDR; |
117 | } | 117 | } |
118 | 118 | ||
119 | extern struct plat_smp_ops msmtc_smp_ops; | ||
120 | |||
121 | void __init prom_init(void) | 119 | void __init prom_init(void) |
122 | { | 120 | { |
123 | mips_display_message("LINUX"); | 121 | mips_display_message("LINUX"); |
@@ -304,8 +302,4 @@ mips_pci_controller: | |||
304 | return; | 302 | return; |
305 | if (!register_vsmp_smp_ops()) | 303 | if (!register_vsmp_smp_ops()) |
306 | return; | 304 | return; |
307 | |||
308 | #ifdef CONFIG_MIPS_MT_SMTC | ||
309 | register_smp_ops(&msmtc_smp_ops); | ||
310 | #endif | ||
311 | } | 305 | } |