drivers/net/rtl8169.c: Fix GCC 4.6 build warning
[platform/kernel/u-boot.git] / common / cmd_exit.c
index ed876d8..f3fc8f5 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 
-int do_exit(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+int do_exit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        int r;