--- zzzz-none-000/linux-2.6.28.10/include/linux/kallsyms.h 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/include/linux/kallsyms.h 2010-04-19 14:20:25.000000000 +0000 @@ -81,7 +81,7 @@ /* This macro allows us to keep printk typechecking */ static void __check_printsym_format(const char *fmt, ...) __attribute__((format(printf,1,2))); -static inline void __check_printsym_format(const char *fmt, ...) +static inline void __check_printsym_format(const char *fmt __attribute__((unused)), ...) { }