]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Sat, 27 Apr 2024 14:11:04 +0000 (08:11 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:05:04 +0000 (15:05 -0600)
commit26d4114da22272937c899d67b51498559ba312d2
treea2d705e4db1e6d18eb7e31cdbebd24f8dbb7e554
parent0f92fa4560335f04858bfc9881e0bc6bbb756b3f
net: Remove <common.h> and add needed includes

Remove <common.h> from all "net/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
26 files changed:
net/arp.c
net/bootp.c
net/cdp.c
net/dhcpv6.c
net/dns.c
net/eth-uclass.c
net/eth_bootdev.c
net/eth_common.c
net/fastboot_tcp.c
net/fastboot_udp.c
net/link_local.c
net/mdio-mux-uclass.c
net/mdio-uclass.c
net/ndisc.c
net/net.c
net/net6.c
net/nfs.c
net/pcap.c
net/ping6.c
net/rarp.c
net/sntp.c
net/tcp.c
net/tftp.c
net/udp.c
net/wget.c
net/wol.c