Skip to content

Commit

Permalink
stmmac: include netdevice.h into the common.h header
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Giuseppe CAVALLARO authored and David S. Miller committed Jan 8, 2010
1 parent 21d437c commit 5e33c79
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/net/stmmac/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*******************************************************************************/

#include "descs.h"
#include <linux/io.h>
#include <linux/netdevice.h>

struct stmmac_extra_stats {
/* Transmit errors */
Expand Down
1 change: 0 additions & 1 deletion drivers/net/stmmac/dwmac100.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
*******************************************************************************/

#include <linux/netdevice.h>
#include <linux/crc32.h>
#include <linux/mii.h>
#include <linux/phy.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/stmmac/dwmac1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
Author: Giuseppe Cavallaro <peppe.cavallaro@st.com>
*******************************************************************************/

#include <linux/netdevice.h>
#include <linux/phy.h>
#include "common.h"

Expand Down
1 change: 0 additions & 1 deletion drivers/net/stmmac/stmmac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/platform_device.h>
#include <linux/ip.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/stmmac/stmmac_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
Maintainer: Giuseppe Cavallaro <peppe.cavallaro@st.com>
*******************************************************************************/

#include <linux/netdevice.h>
#include <linux/mii.h>
#include <linux/phy.h>

Expand Down

0 comments on commit 5e33c79

Please sign in to comment.