aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-gumstix-2.6.15/kobject_get_path_export.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-gumstix-2.6.15/kobject_get_path_export.patch')
-rw-r--r--recipes/linux/linux-gumstix-2.6.15/kobject_get_path_export.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux-gumstix-2.6.15/kobject_get_path_export.patch b/recipes/linux/linux-gumstix-2.6.15/kobject_get_path_export.patch
new file mode 100644
index 0000000000..e54351155a
--- /dev/null
+++ b/recipes/linux/linux-gumstix-2.6.15/kobject_get_path_export.patch
@@ -0,0 +1,13 @@
+Oddly, devices/input/input.c seems to reference a symbol which is in another module but is not exported.
+Index: linux-2.6.15gum/lib/kobject.c
+===================================================================
+--- linux-2.6.15gum.orig/lib/kobject.c
++++ linux-2.6.15gum/lib/kobject.c
+@@ -115,6 +115,7 @@ char *kobject_get_path(struct kobject *k
+
+ return path;
+ }
++EXPORT_SYMBOL(kobject_get_path);
+
+ /**
+ * kobject_init - initialize object.