From 2c86bf172e550b4bf089ac7f0de3f6370e243842 Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Mon, 26 Mar 2012 11:17:05 +0200 Subject: 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 Date: Wed Nov 16 21:29:17 2011 -0500 We need to move module.h header into export.h. Signed-off-by: Jiri Olsa 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 --- tools/perf/util/include/linux/export.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/perf/util/include/linux/export.h (limited to 'tools/perf/util/include/linux/export.h') diff --git a/tools/perf/util/include/linux/export.h b/tools/perf/util/include/linux/export.h new file mode 100644 index 000000000000..b43e2dc21e04 --- /dev/null +++ b/tools/perf/util/include/linux/export.h @@ -0,0 +1,6 @@ +#ifndef PERF_LINUX_MODULE_H +#define PERF_LINUX_MODULE_H + +#define EXPORT_SYMBOL(name) + +#endif -- cgit v1.2.3-59-g8ed1b