Cleanup coding style; update CHANGELOG
[platform/kernel/u-boot.git] / net / bootp.c
index cfe6f8d..55dcc81 100644 (file)
@@ -979,7 +979,6 @@ void DhcpRequest(void)
 {
        BootpRequest();
 }
-#endif
-
-#endif
+#endif /* CONFIG_CMD_DHCP */
 
+#endif /* CONFIG_CMD_NET */