X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fppp_synctty.c;fp=drivers%2Fnet%2Fppp_synctty.c;h=33cb8254e79dac71b1d7e9d676f3c70b8a00f97e;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=33255fe8031ef43292f1419065218786b5396b74;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/net/ppp_synctty.c b/drivers/net/ppp_synctty.c index 33255fe80..33cb8254e 100644 --- a/drivers/net/ppp_synctty.c +++ b/drivers/net/ppp_synctty.c @@ -108,7 +108,7 @@ static void ppp_print_hex (register __u8 * out, const __u8 * in, int count) { register __u8 next_ch; - static const char hex[] = "0123456789ABCDEF"; + static char hex[] = "0123456789ABCDEF"; while (count-- > 0) { next_ch = *in++;