]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - net/ping.h
karo: cleanup after merge of v2015.10-rc2
[karo-tx-uboot.git] / net / ping.h
index fd8d8d9778b94b658b15c4e0c0c3f98abf00f5a3..b672b9573934b3ba4c5d86b0ff4de28d636b5f4b 100644 (file)
@@ -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