1
0
Fork 0

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>
wifi-calibration
Lad, Prabhakar 2015-02-05 12:54:08 +00:00 committed by Tomi Valkeinen
parent 5d802441a1
commit dc4d52149b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include "global.h"
#include "debug.h"
const char *via_slap = "Please slap VIA Technologies to motivate them "
static const char *via_slap = "Please slap VIA Technologies to motivate them "
"releasing full documentation for your platform!\n";
static inline u32 cle266_encode_pll(struct via_pll_config pll)