]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/ping.c
net: cosmetic: Fix checkpatch.pl failures in net.c
[karo-tx-uboot.git] / net / ping.c
index 87da5556239ff813ee7710662c187d0f37672eb3..9508cf1160ea048b03bc715c8b7599f5f71ceff7 100644 (file)
@@ -74,7 +74,7 @@ static void ping_timeout_handler(void)
 void ping_start(void)
 {
        printf("Using %s device\n", eth_get_name());
-       NetSetTimeout(10000UL, ping_timeout_handler);
+       net_set_timeout_handler(10000UL, ping_timeout_handler);
 
        ping_send();
 }