OSDN Git Service

ARM: 8423/1: add const qualifier to smp_operations member in structures
[android-x86/kernel.git] / arch / arm / include / asm / smp.h
index 2f8bd44..3d6dc8b 100644 (file)
@@ -112,7 +112,7 @@ struct smp_operations {
 
 struct of_cpu_method {
        const char *method;
-       struct smp_operations *ops;
+       const struct smp_operations *ops;
 };
 
 #define CPU_METHOD_OF_DECLARE(name, _method, _ops)                     \