On Tuesday, May 16, 2017 01:28:57 PM Arnd Bergmann wrote: > When CONFIG_PROC_FS is disabled, we get warnings about unused variables > as remove_proc_entry() evaluates to an empty macro. > > drivers/video/fbdev/via/viafbdev.c: In function 'viafb_remove_proc': > drivers/video/fbdev/via/viafbdev.c:1635:4: error: unused variable 'iga2_entry' [-Werror=unused-variable] > drivers/video/fbdev/via/viafbdev.c:1634:4: error: unused variable 'iga1_entry' [-Werror=unused-variable] > > These are easy to avoid by using the pointer from the structure. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Patch queued for 4.12, thanks. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html