--- zzzz-none-000/linux-2.6.13.1/include/linux/kallsyms.h 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/include/linux/kallsyms.h 2006-04-27 12:13:19.000000000 +0000 @@ -21,6 +21,7 @@ /* Replace "%s" in format with address, if found */ extern void __print_symbol(const char *fmt, unsigned long address); +extern void __sprint_symbol(char *buff, unsigned long address); #else /* !CONFIG_KALLSYMS */ @@ -39,6 +40,7 @@ /* Stupid that this does nothing, but I didn't create this mess. */ #define __print_symbol(fmt, addr) +#define __sprint_symbol(buff, addr) #endif /*CONFIG_KALLSYMS*/ /* This macro allows us to keep printk typechecking */