net: phy: export phy_suspend and phy_resume
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 8 Jul 2014 17:38:36 +0000 (10:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jul 2014 04:06:50 +0000 (21:06 -0700)
phy_suspend and phy_resume are two commonly used helper functions that
need to be exported for Ethernet drivers to be built as modules

Fixes: 40755a0fce17 ("net: systemport: add suspend and resume support")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found