net: phy: mdio-gpio: Move allocation for bitbanging data
authorAndrew Lunn <andrew@lunn.ch>
Wed, 18 Apr 2018 23:02:56 +0000 (01:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 19:59:11 +0000 (15:59 -0400)
commitfb766421d881a849c80c7cb80e8ccbbddeb55d9d
tree3ff2bc08358a17b67db879aa700a8f7671e25d63
parentc82fc4814a93f36c9b536b5af8dd617e4ee1380f
net: phy: mdio-gpio: Move allocation for bitbanging data

Moving the allocation of this structure to the probe function is a
step towards making it the core data structure of the driver.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-gpio.c