]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: Move ARP out of net.c
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 07:58:01 +0000 (07:58 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 23 May 2012 19:19:23 +0000 (14:19 -0500)
commitd280d3f430a4056e7baf66dc4be705dc8cc9bd37
treeaa2ed9082775d60fa6a6e0ef4096947ad200685e
parent1735188329d8c6357299462275061c05a46e100f
net: Move ARP out of net.c

Separate this functionality out of the net.c behemoth

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
include/net.h
net/Makefile
net/arp.c [new file with mode: 0644]
net/arp.h [new file with mode: 0644]
net/net.c