]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/arp.c
net: cosmetic: Un-typedef IP_t
[karo-tx-uboot.git] / net / arp.c
index f75217c614a360f31ab3c55f4870df8e81f3e14a..03272adf5744b97c5f9cd2e774b913f0b36962d0 100644 (file)
--- a/net/arp.c
+++ b/net/arp.c
@@ -113,7 +113,7 @@ void ArpTimeoutCheck(void)
        }
 }
 
-void ArpReceive(Ethernet_t *et, IP_t *ip, int len)
+void ArpReceive(Ethernet_t *et, struct ip_udp_hdr *ip, int len)
 {
        ARP_t *arp;
        IPaddr_t tmp;