diff options
-rw-r--r-- | scripts/recordmcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index f2f32eee2c5..ac6e51ceed5 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c | |||
@@ -357,7 +357,7 @@ do_file(char const *const fname) | |||
357 | int | 357 | int |
358 | main(int argc, char const *argv[]) | 358 | main(int argc, char const *argv[]) |
359 | { | 359 | { |
360 | const char ftrace[] = "kernel/trace/ftrace.o"; | 360 | const char ftrace[] = "/ftrace.o"; |
361 | int ftrace_size = sizeof(ftrace) - 1; | 361 | int ftrace_size = sizeof(ftrace) - 1; |
362 | int n_error = 0; /* gcc-4.3.0 false positive complaint */ | 362 | int n_error = 0; /* gcc-4.3.0 false positive complaint */ |
363 | 363 | ||