perf machine: Remove machine__load_kallsyms()
[linux-2.6-block.git] / tools / perf / tests / vmlinux-kallsyms.c
index f6789fb029d688fa165744a0f9bf264d3791f4ac..58349297f9fba7ea1b9c5bd72fbbffe7d5c2d7e3 100644 (file)
@@ -56,7 +56,7 @@ int test__vmlinux_matches_kallsyms(struct test *test __maybe_unused, int subtest
         * be compacted against the list of modules found in the "vmlinux"
         * code and with the one got from /proc/modules from the "kallsyms" code.
         */
-       if (__machine__load_kallsyms(&kallsyms, "/proc/kallsyms", type, true) <= 0) {
+       if (machine__load_kallsyms(&kallsyms, "/proc/kallsyms", type) <= 0) {
                pr_debug("dso__load_kallsyms ");
                goto out;
        }