lkml.org 
[lkml]   [2012]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 1/2] perf tools: fix build for rbtree.c change
Date
From: Andi Kleen <ak@linux.intel.com>

rbtree.c in the main tree now includes linux/export.h, so this file
needs a stub too. This makes perf build again in mainline.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
tools/perf/util/include/linux/export.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 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 0000000..493b181
--- /dev/null
+++ b/tools/perf/util/include/linux/export.h
@@ -0,0 +1 @@
+#include <linux/module.h>
--
1.7.7.6



\
 
 \ /
  Last update: 2012-03-30 19:41    [W:0.167 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site