perf options: Type check all the remaining OPT_ variants
[safe/jmp/linux-2.6] / tools / perf / builtin-sched.c
index c80acdf..f67bce2 100644 (file)
@@ -22,7 +22,7 @@
 static char                    const *input_name = "perf.data";
 
 static char                    default_sort_order[] = "avg, max, switch, runtime";
-static char                    *sort_order = default_sort_order;
+static const char              *sort_order = default_sort_order;
 
 static int                     profile_cpu = -1;