summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-01-15 00:04:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-01-15 00:04:03 +0000
commitec7f93f0612e1eb1f2f7e3386ed9a333f710b131 (patch)
treec8dc816f48efebba367852ee3802f2542e06eba9 /packages
parentaa59c6f117e3223fd58faffd9947dcd94a3881d5 (diff)
parentae704818de331a3d330bd5627cc3eb1bdd3a8709 (diff)
merge of '09891fc0c32d5edbc72b7bc758c18272982e4a8c'
and '41dbabec846e09b57a641cc8b83bf24be8cf0dff'
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux-2.6.23/kallsyms-missing-include.patch19
1 files changed, 19 insertions, 0 deletions
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 <leon.woestenberg@gmail.com>
+
+--- a/include/linux/kallsyms.h
++++ b/include/linux/kallsyms.h
+@@ -6,6 +6,7 @@
+ #define _LINUX_KALLSYMS_H
+
+ #include <linux/errno.h>
++#include <linux/stddef.h>
+
+ #define KSYM_NAME_LEN 128
+ #define KSYM_SYMBOL_LEN (sizeof("%s+%#lx/%#lx [%s]") + (KSYM_NAME_LEN - 1) + \
+