diff options
Diffstat (limited to 'arch/arm/mach-sti/smp.h')
-rw-r--r-- | arch/arm/mach-sti/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sti/smp.h b/arch/arm/mach-sti/smp.h index ae22707d3..d8a2f8758 100644 --- a/arch/arm/mach-sti/smp.h +++ b/arch/arm/mach-sti/smp.h @@ -12,7 +12,7 @@ #ifndef __MACH_STI_SMP_H #define __MACH_STI_SMP_H -extern struct smp_operations sti_smp_ops; +extern const struct smp_operations sti_smp_ops; void sti_secondary_startup(void); |