[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333129114-22117-1-git-send-email-andi@firstfloor.org>
Date: Fri, 30 Mar 2012 10:38:33 -0700
From: Andi Kleen <andi@...stfloor.org>
To: acme@...hat.com
Cc: linux-kernel@...r.kernel.org, Andi Kleen <ak@...ux.intel.com>
Subject: [PATCH 1/2] perf tools: fix build for rbtree.c change
From: Andi Kleen <ak@...ux.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@...ux.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists