net: eepro100: Pass device private data around
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 15:10:03 +0000 (17:10 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit389da9743c269a0c8536f4700c11c333a0309958
tree36685707a4540193abf77341b109e841ac321862
parentbd159c6185676c87e4a1cdbb33a869d4c1e05f9e
net: eepro100: Pass device private data around

This patch replaces the various uses of struct eth_device for accessing
device private data with struct eepro100_priv, which is compatible both
with DM and non-DM operation.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
drivers/net/eepro100.c