--- zzzz-none-000/linux-2.6.39.4/include/linux/kallsyms.h 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/include/linux/kallsyms.h 2021-11-10 13:23:10.000000000 +0000 @@ -103,7 +103,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)), ...) { }