diff options
-rw-r--r-- | Documentation/perf_counter/builtin-record.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/perf_counter/builtin-record.c b/Documentation/perf_counter/builtin-record.c index 1b19f187d352..f225efaff9f5 100644 --- a/Documentation/perf_counter/builtin-record.c +++ b/Documentation/perf_counter/builtin-record.c | |||
@@ -191,7 +191,7 @@ static void display_help(void) | |||
191 | exit(0); | 191 | exit(0); |
192 | } | 192 | } |
193 | 193 | ||
194 | static void process_options(int argc, const char *argv[]) | 194 | static void process_options(int argc, char * const argv[]) |
195 | { | 195 | { |
196 | int error = 0, counter; | 196 | int error = 0, counter; |
197 | 197 | ||
@@ -538,7 +538,7 @@ static void open_counters(int cpu, pid_t pid) | |||
538 | nr_cpu++; | 538 | nr_cpu++; |
539 | } | 539 | } |
540 | 540 | ||
541 | int cmd_record(int argc, const char **argv) | 541 | int cmd_record(int argc, char * const argv[]) |
542 | { | 542 | { |
543 | int i, counter; | 543 | int i, counter; |
544 | pid_t pid; | 544 | pid_t pid; |