]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: smsc95xx: Prepare for conversion to driver model
authorSimon Glass <sjg@chromium.org>
Wed, 8 Jul 2015 02:53:41 +0000 (20:53 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:18 +0000 (08:17 +0200)
commit9c5dd662b55acd2fb75076863de11aa7d1c4820e
tree6a61387de08bb772f19f126405f4407039af19bb
parent56373cfab3f3a660dd7bc714d88a5b2305f8a644
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