Re: [U-Boot] [PATCH 20/28] net: Fix compile warning if CONFIG_BOOTP_SERVERIP is not defined

2012-02-03 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 20/28] net: Fix compile warning if CONFIG_BOOTP_SERVERIP is not defined

2012-01-20 Thread Joe Hershberger
There is no reason to use compiler magic to fix this Actually move the definition inside the #ifdef Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Wolfgang Denk --- net/bootp.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/net/bootp.c b/net/bootp.c inde