firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode
[linux-2.6-microblaze.git] / fs / unicode / utf8-core.c
index 71ca4d0..2a878b7 100644 (file)
@@ -154,7 +154,7 @@ static int utf8_parse_version(const char *version, unsigned int *maj,
 {
        substring_t args[3];
        char version_string[12];
-       const struct match_token token[] = {
+       static const struct match_token token[] = {
                {1, "%d.%d.%d"},
                {0, NULL}
        };