From 3852aa3c91730d1631b925a43d94f99c64ad6e0f Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Mon, 26 Mar 2012 11:17:05 +0200 Subject: [PATCH] --- yaml --- r: 298340 b: refs/heads/master c: 2c86bf172e550b4bf089ac7f0de3f6370e243842 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/Makefile | 2 +- trunk/tools/perf/util/include/linux/{module.h => export.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/tools/perf/util/include/linux/{module.h => export.h} (100%) 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