perf cpumap: Add new map type for aggregation
[linux-2.6-microblaze.git] / lib / ubsan.c
index cb9af3f..3e3352f 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "ubsan.h"
 
-const char *type_check_kinds[] = {
+static const char * const type_check_kinds[] = {
        "load of",
        "store to",
        "reference binding to",