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
10 +EXPORT_SYMBOL(kobject_get_path);
13 * kobject_init - initialize object.