X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=net%2Fping.h;h=b672b9573934b3ba4c5d86b0ff4de28d636b5f4b;hb=267c5b79899dcbdfa190b8c6633a2bf517a73123;hp=fd8d8d9778b94b658b15c4e0c0c3f98abf00f5a3;hpb=cb487f5664b1bf7d907f5d23fe10cc14dc1bd45a;p=u-boot diff --git a/net/ping.h b/net/ping.h index fd8d8d9778..b672b95739 100644 --- a/net/ping.h +++ b/net/ping.h @@ -6,10 +6,9 @@ * Copyright 2000 Roland Borde * Copyright 2000 Paolo Scaffardi * Copyright 2000-2002 Wolfgang Denk, wd@denx.de + * SPDX-License-Identifier: GPL-2.0 */ -#if defined(CONFIG_CMD_PING) - #ifndef __PING_H__ #define __PING_H__ @@ -31,4 +30,3 @@ void ping_start(void); void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len); #endif /* __PING_H__ */ -#endif