--- zzzz-none-000/linux-4.9.279/include/linux/moduleparam.h 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/include/linux/moduleparam.h 2023-02-08 10:58:16.000000000 +0000 @@ -234,7 +234,7 @@ /* 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; }