--- zzzz-none-000/linux-3.10.107/include/linux/moduleparam.h 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/include/linux/moduleparam.h 2021-11-10 11:53:56.000000000 +0000 @@ -194,7 +194,8 @@ /* We don't get oldget: it's often a new-style param_get_uint, etc. */ static inline int -__check_old_set_param(int (*oldset)(const char *, struct kernel_param *)) +__check_old_set_param(int (*oldset)(const char *, struct kernel_param *) + __maybe_unused) { return 0; }