Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fbdev: via/via_clock: fix sparse warning

this patch fixes following sparse warning:

via_clock.c:33:12: warning: symbol 'via_slap' was not declared. Should it be static?

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

authored by

Lad, Prabhakar and committed by
Tomi Valkeinen
dc4d5214 5d802441

+1 -1
+1 -1
drivers/video/fbdev/via/via_clock.c
··· 30 30 #include "global.h" 31 31 #include "debug.h" 32 32 33 - const char *via_slap = "Please slap VIA Technologies to motivate them " 33 + static const char *via_slap = "Please slap VIA Technologies to motivate them " 34 34 "releasing full documentation for your platform!\n"; 35 35 36 36 static inline u32 cle266_encode_pll(struct via_pll_config pll)