
18 Jan
2016
18 Jan
'16
5:41 a.m.
On Mon, Jan 18, 2016 at 5:51 AM, Simon Glass sjg@chromium.org wrote:
Move eth_current_changed(), eth_set_current(), eth_mac_skip() and eth_get_name() into the common file.
Signed-off-by: Simon Glass sjg@chromium.org
net/eth.c | 108 ++--------------------------------------------------- net/eth_common.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++++ net/eth_internal.h | 9 +++++ 3 files changed, 113 insertions(+), 104 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com