]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ppp_synctty.c
[PATCH] usb/input: remove Kconfig entries of old touchscreen drivers in favour of...
[linux-2.6-omap-h63xx.git] / drivers / net / ppp_synctty.c
index 33cb8254e79dac71b1d7e9d676f3c70b8a00f97e..33255fe8031ef43292f1419065218786b5396b74 100644 (file)
@@ -108,7 +108,7 @@ static void
 ppp_print_hex (register __u8 * out, const __u8 * in, int count)
 {
        register __u8 next_ch;
-       static char hex[] = "0123456789ABCDEF";
+       static const char hex[] = "0123456789ABCDEF";
 
        while (count-- > 0) {
                next_ch = *in++;