
18 Jan
2016
18 Jan
'16
5:41 a.m.
On Mon, Jan 18, 2016 at 5:52 AM, Simon Glass sjg@chromium.org wrote:
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
net/Makefile | 4 + net/eth-uclass.c | 549 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ net/eth.c | 543 ------------------------------------------------------ 3 files changed, 553 insertions(+), 543 deletions(-) create mode 100644 net/eth-uclass.c
Reviewed-by: Bin Meng bmeng.cn@gmail.com