Merge tag 'sound-fix-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / tools / perf / builtin-buildid-cache.c
index ecd0d3c..0db3cfc 100644 (file)
@@ -443,7 +443,7 @@ int cmd_buildid_cache(int argc, const char **argv)
                data.path  = missing_filename;
                data.force = force;
 
-               session = perf_session__new(&data, false, NULL);
+               session = perf_session__new(&data, NULL);
                if (IS_ERR(session))
                        return PTR_ERR(session);
        }