phy: add suspend/resume in the ic+
authorGiuseppe Cavallaro <peppe.cavallaro@st.com>
Tue, 20 Jul 2010 20:24:25 +0000 (13:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2010 20:24:25 +0000 (13:24 -0700)
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/icplus.c

index 439adaf..3f2583f 100644 (file)
@@ -116,6 +116,8 @@ static struct phy_driver ip175c_driver = {
        .config_init    = &ip175c_config_init,
        .config_aneg    = &ip175c_config_aneg,
        .read_status    = &ip175c_read_status,
+       .suspend        = genphy_suspend,
+       .resume         = genphy_resume,
        .driver         = { .owner = THIS_MODULE,},
 };