summaryrefslogtreecommitdiff
path: root/drivers/net/stmmac/stmmac.h
diff options
context:
space:
mode:
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>2010-11-24 02:38:11 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-24 11:14:25 -0800
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 {
spinlock_t lock;
int wolopts;
int wolenabled;
- int shutdown;
#ifdef CONFIG_STMMAC_TIMER
struct stmmac_timer *tm;
#endif