OSDN Git Service

net: phy: mdio-gpio: Fix module autoload for OF platform driver
authorLuis de Bethencourt <luis@debethencourt.com>
Fri, 18 Sep 2015 16:16:29 +0000 (18:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Sep 2015 23:11:20 +0000 (16:11 -0700)
commit1ccb141e31d0dc4c1234b0886cdc8b4399112c59
tree4e7adf2ee0eb8dba4ffff7baac4f62fcc31fa897
parent2f90a3070690ad80c38d650e91b96b5dcbdfe2fd
net: phy: mdio-gpio: Fix module autoload for OF platform driver

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-gpio.c