From ae704818de331a3d330bd5627cc3eb1bdd3a8709 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Mon, 14 Jan 2008 16:46:47 +0000 Subject: linux-2.6.23: backport of upstream fix: kallsyms-missing-include.patch --- .../linux/linux-2.6.23/kallsyms-missing-include.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/linux/linux-2.6.23/kallsyms-missing-include.patch diff --git a/packages/linux/linux-2.6.23/kallsyms-missing-include.patch b/packages/linux/linux-2.6.23/kallsyms-missing-include.patch new file mode 100644 index 0000000000..9c31b1fa9a --- /dev/null +++ b/packages/linux/linux-2.6.23/kallsyms-missing-include.patch @@ -0,0 +1,19 @@ +A missing include in kallsyms.h. + +Upstream this is fixed in the 2.6.24 rc series: + +http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5a75983eef1193c43caebde6643a218bd8d8390e + +Leon Woestenberg + +--- a/include/linux/kallsyms.h ++++ b/include/linux/kallsyms.h +@@ -6,6 +6,7 @@ + #define _LINUX_KALLSYMS_H + + #include ++#include + + #define KSYM_NAME_LEN 128 + #define KSYM_SYMBOL_LEN (sizeof("%s+%#lx/%#lx [%s]") + (KSYM_NAME_LEN - 1) + \ + -- cgit v1.2.3