]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/ctype.c
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / lib / ctype.c
index 6ed0468a2196763b54fa15d99a5695ffd356dc43..dffe5637248f4dbdc5826e581c0b2c186e44afed 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <linux/ctype.h>
 
-unsigned char _ctype[] = {
+const unsigned char _ctype[] = {
 _C,_C,_C,_C,_C,_C,_C,_C,                       /* 0-7 */
 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C,                /* 8-15 */
 _C,_C,_C,_C,_C,_C,_C,_C,                       /* 16-23 */