treewide: Fix function prototypes for module_param_call()
[sfrench/cifs-2.6.git] / arch / x86 / oprofile / nmi_int.c
index ffdbc4836b4f532512e00d6fcdc32c5bcd656684..174c59774cc935430583160c6c158d5de363c7ef 100644 (file)
@@ -592,7 +592,7 @@ enum __force_cpu_type {
 
 static int force_cpu_type;
 
-static int set_cpu_type(const char *str, struct kernel_param *kp)
+static int set_cpu_type(const char *str, const struct kernel_param *kp)
 {
        if (!strcmp(str, "timer")) {
                force_cpu_type = timer;