aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac/common.h
diff options
context:
space:
mode:
authorGiuseppe CAVALLARO <peppe.cavallaro@st.com>2010-01-06 18:07:21 -0500
committerDavid S. Miller <davem@davemloft.net>2010-01-07 20:06:11 -0500
commit5e33c791233b7da47b5403344a915c1b7edaaad8 (patch)
treec69a6a5aa1a092b5ad049dc73f28f0afaef69ce9 /drivers/net/stmmac/common.h
parent21d437cc66dcfd0119a4905214fbbe19f3e276dc (diff)
stmmac: include netdevice.h into the common.h header
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/stmmac/common.h')
-rw-r--r--drivers/net/stmmac/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/stmmac/common.h b/drivers/net/stmmac/common.h
index 25b53d41151..7267bcd43d0 100644
--- a/drivers/net/stmmac/common.h
+++ b/drivers/net/stmmac/common.h
@@ -23,7 +23,7 @@
23*******************************************************************************/ 23*******************************************************************************/
24 24
25#include "descs.h" 25#include "descs.h"
26#include <linux/io.h> 26#include <linux/netdevice.h>
27 27
28struct stmmac_extra_stats { 28struct stmmac_extra_stats {
29 /* Transmit errors */ 29 /* Transmit errors */