aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/fbdev/via/via_clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/via/via_clock.c b/drivers/video/fbdev/via/via_clock.c
index db1e39277e32..bf269fa43977 100644
--- a/drivers/video/fbdev/via/via_clock.c
+++ b/drivers/video/fbdev/via/via_clock.c
@@ -30,7 +30,7 @@
30#include "global.h" 30#include "global.h"
31#include "debug.h" 31#include "debug.h"
32 32
33const char *via_slap = "Please slap VIA Technologies to motivate them " 33static const char *via_slap = "Please slap VIA Technologies to motivate them "
34 "releasing full documentation for your platform!\n"; 34 "releasing full documentation for your platform!\n";
35 35
36static inline u32 cle266_encode_pll(struct via_pll_config pll) 36static inline u32 cle266_encode_pll(struct via_pll_config pll)