]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/dns.c
net: cosmetic: Fix checkpatch.pl failures in net.c
[karo-tx-uboot.git] / net / dns.c
index cf4ed8624b5474642c092ed259f8d9af6ebfeb37..7017bac75af5faf7a99ce2e17ee088bcc6fd5a32 100644 (file)
--- a/net/dns.c
+++ b/net/dns.c
@@ -197,7 +197,7 @@ void dns_start(void)
 {
        debug("%s\n", __func__);
 
-       NetSetTimeout(DNS_TIMEOUT, dns_timeout_handler);
+       net_set_timeout_handler(DNS_TIMEOUT, dns_timeout_handler);
        net_set_udp_handler(dns_handler);
 
        /* Clear a previous MAC address, the server IP might have changed. */