From: David Ahern <dsah...@gmail.com> Now that the 2 offenders are fixed, the BIONIC conditional around libgen.h can be removed.
Signed-off-by: David Ahern <dsah...@gmail.com> Acked-by: Pekka Enberg <penb...@kernel.org> Cc: Irina Tirdea <irina.tir...@gmail.com> Cc: Pekka Enberg <penb...@kernel.org> Link: http://lkml.kernel.org/r/1347116812-93646-4-git-send-email-dsah...@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> --- tools/perf/util/symbol.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index d3b330c..41a15da 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h @@ -10,9 +10,7 @@ #include <linux/rbtree.h> #include <stdio.h> #include <byteswap.h> -#if defined(__BIONIC__) #include <libgen.h> -#endif #ifndef NO_LIBELF_SUPPORT #include <libelf.h> -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/