diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-11-03 23:09:27 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-11-03 23:09:27 +0100 | 
| commit | 992742a5b09d9040adbd156fb90756af66ade310 (patch) | |
| tree | 20ff9f08732a760022a8c09db74bbbf2538d8776 /net/bootp.c | |
| parent | e881cb563e32f45832b7b6db77bdcd017adcbb41 (diff) | |
| download | olio-uboot-2014.01-992742a5b09d9040adbd156fb90756af66ade310.tar.xz olio-uboot-2014.01-992742a5b09d9040adbd156fb90756af66ade310.zip | |
Cleanup coding style; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'net/bootp.c')
| -rw-r--r-- | net/bootp.c | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/net/bootp.c b/net/bootp.c index cfe6f8dd6..55dcc81db 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -979,7 +979,6 @@ void DhcpRequest(void)  {  	BootpRequest();  } -#endif - -#endif +#endif	/* CONFIG_CMD_DHCP */ +#endif	/* CONFIG_CMD_NET */ |