Linux 2.6.18
[gumsense-br.git] / target / device / Gumstix / basix-connex / kernel-patches / kobject_get_path_export.patch
blobd19f8d5e0b39648bab22666481f1c48094b2f3ae
1 Oddly, devices/input/input.c seems to reference a symbol which is in another module but is not exported.
2 Index: linux-2.6.18gum/lib/kobject.c
3 ===================================================================
4 --- linux-2.6.18gum.orig/lib/kobject.c
5 +++ linux-2.6.18gum/lib/kobject.c
6 @@ -119,6 +119,7 @@ char *kobject_get_path(struct kobject *k
8 return path;
10 +EXPORT_SYMBOL(kobject_get_path);
12 /**
13 * kobject_init - initialize object.