net: smsc95xx: Prepare for conversion to driver model
authorSimon Glass <sjg@chromium.org>
Wed, 8 Jul 2015 02:53:41 +0000 (20:53 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 13:44:27 +0000 (07:44 -0600)
commit527298c4b51963c7f3ed072d26fcb3e1bcafd092
treedc1fbb529b135faec4018d8e53d2ccff03069a15
parent25a9e98038ca6e0335f760f58ef1fd418122ea13
net: smsc95xx: Prepare for conversion to driver model

At present struct eth_device is passed around all over the place. This does
not exist with driver model. Add explicit arguments instead, so that with
driver model we can pass the correct things.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/eth/smsc95xx.c