YueHaibing <yuehaibing@xxxxxxxxxx> wrote: > When CONFIG_PROC_FS isn't set, gcc warning this: > > drivers/net/wireless/atmel/atmel.c:1402:12: warning: ‘atmel_proc_show’ defined but not used [-Wunused-function] > static int atmel_proc_show(struct seq_file *m, void *v) > ^ > fix this by adding #ifdef around it. > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. 8b8f3278d241 atmel: hide unused procfs helpers -- https://patchwork.kernel.org/patch/10522647/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches