aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-gumstix-2.6.15/kobject_get_path_export.patch
blob: e54351155ae623ccc4c2daab731b0c5cd903313b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.