From: Wolfgang Denk Date: Thu, 23 Dec 2010 16:02:18 +0000 (+0100) Subject: cmd_net.c: fix build breakage X-Git-Tag: v2011.03-rc1~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b58266e952aaba4c1184c18eb9de5d82afe85cd;p=platform%2Fkernel%2Fu-boot.git cmd_net.c: fix build breakage Commit 722b061 "autocomplete: remove runtime handler install" caused some boards (like NETTA2_V2) to break with errors like these: cmd_net.c:296: error: expected expression before ',' token Fix this. Signed-off-by: Wolfgang Denk Cc: Mike Frysinger --- diff --git a/common/cmd_net.c b/common/cmd_net.c index 973fa21..00e0ea8 100644 --- a/common/cmd_net.c +++ b/common/cmd_net.c @@ -296,6 +296,7 @@ int do_cdp (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) U_BOOT_CMD( cdp, 1, 1, do_cdp, "Perform CDP network configuration", + "\n" ); #endif