aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac/stmmac.h
diff options
context:
space:
mode:
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>2010-11-23 21:38:11 -0500
committerDavid S. Miller <davem@davemloft.net>2010-11-24 14:14:25 -0500
commit874bd42d24c2a74f5dbd65e81e175982240fecd8 (patch)
tree103428754c9212ece589a000db3e79218e6b8d35 /drivers/net/stmmac/stmmac.h
parent293bb1c41b728d4aa248fe8a0acd2b9066ff5c34 (diff)
stmmac: convert to dev_pm_ops.
This patch updates the PM support using the dev_pm_ops and reviews the hibernation support. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac/stmmac.h')
-rw-r--r--drivers/net/stmmac/stmmac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/stmmac/stmmac.h b/drivers/net/stmmac/stmmac.h
index 8ae76501eb74..eb258e2319e1 100644
--- a/drivers/net/stmmac/stmmac.h
+++ b/drivers/net/stmmac/stmmac.h
@@ -77,7 +77,6 @@ struct stmmac_priv {
77 spinlock_t lock; 77 spinlock_t lock;
78 int wolopts; 78 int wolopts;
79 int wolenabled; 79 int wolenabled;
80 int shutdown;
81#ifdef CONFIG_STMMAC_TIMER 80#ifdef CONFIG_STMMAC_TIMER
82 struct stmmac_timer *tm; 81 struct stmmac_timer *tm;
83#endif 82#endif