Skip to content

Commit

Permalink
fbdev: via/via_clock: fix sparse warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lad, Prabhakar authored and Tomi Valkeinen committed Mar 2, 2015
1 parent 5d80244 commit dc4d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/via/via_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dc4d521

Please sign in to comment.