Pls ignore this.there has a fix:
[PATCH] fbdev/via: fix defined but not used warning
On 2018/7/13 15:56, YueHaibing wrote:
> When CONFIG_PROC_FS isn't set, gcc warning this:
>
> drivers/video/fbdev/via/viafbdev.c:1471:12: warning:
> ‘viafb_sup_odev_proc_show’ defined but not used [-Wunused-func
When CONFIG_PROC_FS isn't set, gcc warning this:
drivers/video/fbdev/via/viafbdev.c:1471:12: warning: ‘viafb_sup_odev_proc_show’
defined but not used [-Wunused-function]
static int viafb_sup_odev_proc_show(struct seq_file *m, void *v)
^
fix this by adding #ifdef around it.
Signed-of