commit | 2ccb8b0261860e78ff4942809c0a203b70e1ed6a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jul 31 02:55:22 2018 -0700 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Oct 10 12:28:52 2018 -0500 |
tree | 2fbeb36907a2a50866cf0d1669c163f3aa88c5e0 | |
parent | 2c9299d132ad446d840570ce94ccc27cec2e161b [diff] |
net.h: Include linux/if_ether.h to avoid duplication There are plenty of existing drivers that have macros like ETH_ALEN defined in their own source files. Now that we imported the kernel's if_ether.h to U-Boot we can reduce some duplication. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>