]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: sh_eth: Pass sh_eth_dev around
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 21 Jan 2018 13:27:51 +0000 (14:27 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 27 Jan 2018 19:38:53 +0000 (20:38 +0100)
commitdca221bd92cf3befa387a711a2256f1e4e06e51e
treed60ab725186bd617d7ffbd04fd489bde7e9c0911
parenteffb79027e9a178c14e80f48c907332048d0fb3d
net: sh_eth: Pass sh_eth_dev around

Pass sh_eth_dev structure around instead of eth_device, since the
later is specific to the legacy networking support. This change is
done in preparation for the DM addition.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/sh_eth.c