]> git.ipfire.org Git - thirdparty/u-boot.git/commit - net/eth-uclass.c
net: Move driver-model code into its own file
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 21:52:00 +0000 (14:52 -0700)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 28 Jan 2016 18:32:47 +0000 (12:32 -0600)
commitdb9391e165dd0bb94caa246d5ade756b491b09d4
tree75712e2988442da3ed9e2430f79db3d55a05c19d
parent8607a6bf753df210f8873994294c13885f746337
net: Move driver-model code into its own file

Every other uclass is in its own file. Create a new eth-uclass.c file and
move the driver-model code into it, so that networking is consistent.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
net/Makefile
net/eth-uclass.c [new file with mode: 0644]
net/eth.c