Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130186
b: refs/heads/master
c: c64d2a9
h: refs/heads/master
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Jan 22, 2009
1 parent 1a3d4d4 commit 9e8c5ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f051069d8a2045666055e3020ae8a7dec9762e0
refs/heads/master: c64d2a9afbccd0aecb122d108770a407fe7b7e3f
12 changes: 12 additions & 0 deletions trunk/drivers/net/phy/smsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ static struct phy_driver lan83c185_driver = {
.ack_interrupt = smsc_phy_ack_interrupt,
.config_intr = smsc_phy_config_intr,

.suspend = genphy_suspend,
.resume = genphy_resume,

.driver = { .owner = THIS_MODULE, }
};

Expand All @@ -102,6 +105,9 @@ static struct phy_driver lan8187_driver = {
.ack_interrupt = smsc_phy_ack_interrupt,
.config_intr = smsc_phy_config_intr,

.suspend = genphy_suspend,
.resume = genphy_resume,

.driver = { .owner = THIS_MODULE, }
};

Expand All @@ -123,6 +129,9 @@ static struct phy_driver lan8700_driver = {
.ack_interrupt = smsc_phy_ack_interrupt,
.config_intr = smsc_phy_config_intr,

.suspend = genphy_suspend,
.resume = genphy_resume,

.driver = { .owner = THIS_MODULE, }
};

Expand All @@ -144,6 +153,9 @@ static struct phy_driver lan911x_int_driver = {
.ack_interrupt = smsc_phy_ack_interrupt,
.config_intr = smsc_phy_config_intr,

.suspend = genphy_suspend,
.resume = genphy_resume,

.driver = { .owner = THIS_MODULE, }
};

Expand Down

0 comments on commit 9e8c5ac

Please sign in to comment.