summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm/kona_smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcm/kona_smp.c')
-rw-r--r--arch/arm/mach-bcm/kona_smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/kona_smp.c b/arch/arm/mach-bcm/kona_smp.c
index 66a0465528a5..da8328b97b7d 100644
--- a/arch/arm/mach-bcm/kona_smp.c
+++ b/arch/arm/mach-bcm/kona_smp.c
@@ -194,7 +194,7 @@ static int bcm_boot_secondary(unsigned int cpu, struct task_struct *idle)
return -ENOSYS;
}
-static struct smp_operations bcm_smp_ops __initdata = {
+static const struct smp_operations bcm_smp_ops __initconst = {
.smp_prepare_cpus = bcm_smp_prepare_cpus,
.smp_boot_secondary = bcm_boot_secondary,
};