> So I add the following 2 lines to fbcon.c in order to export the > functions for use > by geode.o: > > EXPORT_SYMBOL(set_all_vcs); > EXPORT_SYMBOL(PROC_CONSOLE); I think you also need to add the name of the .o file from which the symbols are being exported to the list of export-objs in the Makefile. Open a few Makefiles; you'll see what I'm talking about. John -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/