net: pcnet: Wrap iobase into private data
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 17 May 2020 15:00:42 +0000 (17:00 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit3b2d63a739f27d8a139f880cc92e66072e1ef5e4
tree5ec4ce5642cb43aff069dc87adabbd7e30f962bd
parentfdf6cbe54d1bdf217bed9b117ed2a823ae5c8dc2
net: pcnet: Wrap iobase into private data

Instead of using the non-DM-only iobase in struct eth_device, add
one into the private data to make DM and non-DM operation possible.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/pcnet.c