summaryrefslogtreecommitdiff
path: root/arch/mips/fw/arc/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/fw/arc/init.c')
-rw-r--r--arch/mips/fw/arc/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/fw/arc/init.c b/arch/mips/fw/arc/init.c
index 629b24db0d3a..008555969534 100644
--- a/arch/mips/fw/arc/init.c
+++ b/arch/mips/fw/arc/init.c
@@ -51,7 +51,7 @@ void __init prom_init(void)
#endif
#ifdef CONFIG_SGI_IP27
{
- extern struct plat_smp_ops ip27_smp_ops;
+ extern const struct plat_smp_ops ip27_smp_ops;
register_smp_ops(&ip27_smp_ops);
}