diff --git a/[refs] b/[refs] index 526a2f70823f..ddc50bffa8eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7fd52392c56361a40f0c630a82b36b95ca31eac6 +refs/heads/master: 2c86bf172e550b4bf089ac7f0de3f6370e243842 diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index b492e3a51268..2f4288638806 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -251,7 +251,7 @@ LIB_H += util/include/linux/const.h LIB_H += util/include/linux/ctype.h LIB_H += util/include/linux/kernel.h LIB_H += util/include/linux/list.h -LIB_H += util/include/linux/module.h +LIB_H += util/include/linux/export.h LIB_H += util/include/linux/poison.h LIB_H += util/include/linux/prefetch.h LIB_H += util/include/linux/rbtree.h diff --git a/trunk/tools/perf/util/include/linux/module.h b/trunk/tools/perf/util/include/linux/export.h similarity index 100% rename from trunk/tools/perf/util/include/linux/module.h rename to trunk/tools/perf/util/include/linux/export.h