On Thu, 2021-06-24 at 08:29 +0300, Kalle Valo wrote: > Stephen reported a warning: > > drivers/net/wireless/intel/iwlwifi/fw/acpi.c:720:12: warning: 'iwl_acpi_eval_dsm_func' defined but not used [-Wunused-function] > > The warning is correct and the function is not used anywhere, so let's > just remove it. > > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Fixes: 7119f02b5d34 ("iwlwifi: mvm: support BIOS enable/disable for 11ax in Russia") > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> Looks correct! This was a rebasing issue because I sent some patches in this area as fixes and others for -next. Thanks, Kalle and Stephen! Acked-by: Luca Coelho <luciano.coelho@xxxxxxxxx> -- Cheers, Luca.