This patch moves kernel.h from tools/perf/util/include/linux/kernel.h to tools/include/linux/kernel.h to enable other libraries use macros in it, like libbpf which will be introduced by further patches.
Signed-off-by: Wang Nan <wangn...@huawei.com> --- tools/{perf/util => }/include/linux/kernel.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tools/{perf/util => }/include/linux/kernel.h (100%) diff --git a/tools/perf/util/include/linux/kernel.h b/tools/include/linux/kernel.h similarity index 100% rename from tools/perf/util/include/linux/kernel.h rename to tools/include/linux/kernel.h -- 1.8.3.4 -- 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/