diff options
author | Jiri Olsa <jolsa@redhat.com> | 2012-03-26 13:17:05 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-03-26 19:19:57 +0400 |
commit | 2c86bf172e550b4bf089ac7f0de3f6370e243842 (patch) | |
tree | e73ac2184418a62d703799905608803ab3e69b55 /tools/perf/util/include | |
parent | 7fd52392c56361a40f0c630a82b36b95ca31eac6 (diff) | |
download | linux-2c86bf172e550b4bf089ac7f0de3f6370e243842.tar.xz |
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 <paul.gortmaker@windriver.com>
Date: Wed Nov 16 21:29:17 2011 -0500
We need to move module.h header into export.h.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: acme@redhat.com
Cc: a.p.zijlstra@chello.nl
Cc: paulus@samba.org
Cc: cjashfor@linux.vnet.ibm.com
Cc: fweisbec@gmail.com
Link: http://lkml.kernel.org/r/1332753425-3299-1-git-send-email-jolsa@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/util/include')
-rw-r--r-- | tools/perf/util/include/linux/export.h (renamed from tools/perf/util/include/linux/module.h) | 0 |
1 files changed, 0 insertions, 0 deletions
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 |