diff --git a/[refs] b/[refs] index 867fd2befd09..6a6c4e05dac1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c19e33aa840e9202ef8d4c93056b59f3edc2208d +refs/heads/master: bdad0db7dbdb37d0bb3c7d0f65cd3ff599ea6ecb diff --git a/trunk/tools/perf/builtin-probe.c b/trunk/tools/perf/builtin-probe.c index b5d15cf25471..a58e11b7ea80 100644 --- a/trunk/tools/perf/builtin-probe.c +++ b/trunk/tools/perf/builtin-probe.c @@ -160,7 +160,10 @@ static const struct option options[] = { int cmd_probe(int argc, const char **argv, const char *prefix __used) { - int i, j, fd, ret; + int i, j, ret; +#ifndef NO_LIBDWARF + int fd; +#endif struct probe_point *pp; argc = parse_options(argc, argv, options, probe_usage,