diff options
| author | Jiri Olsa <[email protected]> | 2012-03-26 11:17:05 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2012-03-26 17:19:57 +0200 |
| commit | 2c86bf172e550b4bf089ac7f0de3f6370e243842 (patch) | |
| tree | e73ac2184418a62d703799905608803ab3e69b55 | |
| parent | 7fd52392c56361a40f0c630a82b36b95ca31eac6 (diff) | |
perf tools: Switch module.h into export.h
When merged to Linus's latest tree the perf build is broken
due to following change in lib/rbtree.c object:
lib: reduce the use of module.h wherever possible
commit 8bc3bcc93a2b4e47d5d410146f6546bca6171663
Author: Paul Gortmaker <[email protected]>
Date: Wed Nov 16 21:29:17 2011 -0500
We need to move module.h header into export.h.
Signed-off-by: Jiri Olsa <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
| -rw-r--r-- | tools/perf/Makefile | 2 | ||||
| -rw-r--r-- | tools/perf/util/include/linux/export.h (renamed from tools/perf/util/include/linux/module.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index b492e3a51268..2f4288638806 100644 --- a/tools/perf/Makefile +++ b/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/tools/perf/util/include/linux/module.h b/tools/perf/util/include/linux/export.h index b43e2dc21e04..b43e2dc21e04 100644 --- a/tools/perf/util/include/linux/module.h +++ b/tools/perf/util/include/linux/export.h |