summaryrefslogtreecommitdiff
path: root/packages/linux/linux-2.6.23
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-01-15 09:18:57 +0000
committerKoen Kooi <koen@openembedded.org>2008-01-15 09:18:57 +0000
commitf0d173cd5077621891f8298dc259476c72719bc0 (patch)
tree2c9dc33c25bc107bff37418605793ebb2c279fef /packages/linux/linux-2.6.23
parentfa04db1991f2372697d20bd79eb47fdeb784dd69 (diff)
parent405afb504f29cfeaf139558ffbef32d37b435828 (diff)
propagate from branch 'org.openembedded.dev' (head 6d44b490ec30acc0370a045d7b1eb3eae2b73ab9)
to branch 'org.openembedded.dev.avr32' (head 6793a5c97e2e2221d152d0e63239c891b2c4ec5e)
Diffstat (limited to 'packages/linux/linux-2.6.23')
-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) + \
+