--- zzzz-none-000/linux-2.6.39.4/kernel/module.c 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/kernel/module.c 2021-11-10 13:23:10.000000000 +0000 @@ -1369,7 +1369,7 @@ { #ifdef CONFIG_MODULE_UNLOAD struct module_use *use; - int nowarn; + int nowarn __maybe_unused; mutex_lock(&module_mutex); list_for_each_entry(use, &mod->target_list, target_list) {