aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/include
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2014-02-05 15:51:53 +0100
committerArnaldo Carvalho de Melo <acme@redhat.com>2014-02-18 09:34:49 -0300
commit0e55fa1131dcacfc8f18fabecc93643a105bdc14 (patch)
tree139673281ba85f0f75194df970fbf28991025f90 /tools/perf/util/include
parentperf tools: Move fs.* to lib/api/fs/ (diff)
downloadlinux-dev-0e55fa1131dcacfc8f18fabecc93643a105bdc14.tar.xz
linux-dev-0e55fa1131dcacfc8f18fabecc93643a105bdc14.zip
perf tools: Move hash.h header
Put it into tools/include/ for general usage. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: David Ahern <dsahern@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Robert Richter <rric@kernel.org> Link: http://lkml.kernel.org/r/1391611914-26054-3-git-send-email-bp@alien8.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/include')
-rw-r--r--tools/perf/util/include/linux/hash.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/util/include/linux/hash.h b/tools/perf/util/include/linux/hash.h
deleted file mode 100644
index 201f57397997..000000000000
--- a/tools/perf/util/include/linux/hash.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "../../../../include/linux/hash.h"
-
-#ifndef PERF_HASH_H
-#define PERF_HASH_H
-#endif