X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2Fping.h;h=8c71be4fdf069a43be5058baaadd1aa20b8b062c;hb=9fd383724cf4;hp=fd8d8d9778b94b658b15c4e0c0c3f98abf00f5a3;hpb=cb487f5664b1bf7d907f5d23fe10cc14dc1bd45a;p=u-boot diff --git a/net/ping.h b/net/ping.h index fd8d8d9778..8c71be4fdf 100644 --- a/net/ping.h +++ b/net/ping.h @@ -8,8 +8,6 @@ * Copyright 2000-2002 Wolfgang Denk, wd@denx.de */ -#if defined(CONFIG_CMD_PING) - #ifndef __PING_H__ #define __PING_H__ @@ -31,4 +29,3 @@ void ping_start(void); void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len); #endif /* __PING_H__ */ -#endif