diff options
Diffstat (limited to 'tools/perf/util/fs.h')
-rw-r--r-- | tools/perf/util/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/fs.h b/tools/perf/util/fs.h index 082edbd2159b..a7561c83c33c 100644 --- a/tools/perf/util/fs.h +++ b/tools/perf/util/fs.h @@ -1,6 +1,6 @@ #ifndef __PERF_FS #define __PERF_FS -const char *sysfs_find_mountpoint(void); +const char *sysfs__mountpoint(void); #endif /* __PERF_FS */ |