DB64460: Fix GCC 4.6 build warnings
[platform/kernel/u-boot.git] / lib / net_utils.c
index f03b098..b425a68 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <common.h>
 
-IPaddr_t string_to_ip(char *s)
+IPaddr_t string_to_ip(const char *s)
 {
        IPaddr_t addr;
        char *e;