summaryrefslogtreecommitdiffstats
path: root/linux-2.6-compile-fixes.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2012-04-02 15:44:23 -0500
committerJustin M. Forbes <jforbes@redhat.com>2012-04-02 15:44:23 -0500
commitd8c9baa9103001162859031f9cb6a39eb39f9695 (patch)
tree19b3a83ed0fa487f62cd4ed6b1ac191cf799cfc3 /linux-2.6-compile-fixes.patch
parent5e9e2f5b1611a0b2acd741e8dd9fb4bbf90106e2 (diff)
downloadkernel-d8c9baa9103001162859031f9cb6a39eb39f9695.tar.gz
kernel-d8c9baa9103001162859031f9cb6a39eb39f9695.tar.xz
kernel-d8c9baa9103001162859031f9cb6a39eb39f9695.zip
linux 3.4-rc1
Diffstat (limited to 'linux-2.6-compile-fixes.patch')
-rw-r--r--linux-2.6-compile-fixes.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/linux-2.6-compile-fixes.patch b/linux-2.6-compile-fixes.patch
index c0d5082c8..34c08ce47 100644
--- a/linux-2.6-compile-fixes.patch
+++ b/linux-2.6-compile-fixes.patch
@@ -4,42 +4,3 @@
# Please add the errors from gcc before the diffs to save others having
# to do a compile to figure out what your diff is fixing. Thanks.
#
-# ../../lib/rbtree.c:24:26: fatal error: linux/export.h: No such file or directory
-diff --git a/tools/perf/Makefile b/tools/perf/Makefile
-index b492e3a..2f42886 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/export.h b/tools/perf/util/include/linux/export.h
-new file mode 100644
-index 0000000..b43e2dc
---- /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
-diff --git a/tools/perf/util/include/linux/module.h b/tools/perf/util/include/linux/module.h
-deleted file mode 100644
-index b43e2dc..0000000
---- a/tools/perf/util/include/linux/module.h
-+++ /dev/null
-@@ -1,6 +0,0 @@
--#ifndef PERF_LINUX_MODULE_H
--#define PERF_LINUX_MODULE_H
--
--#define EXPORT_SYMBOL(name)
--
--#endif
---