aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@animalcreek.com>2012-07-20 11:19:21 -0400
committerDavid S. Miller <davem@davemloft.net>2012-07-22 15:46:42 -0400
commitc6f0b4ea64bfd37c5aec05e87bd5596788007aa5 (patch)
tree3796fb813f0bcdba5fc4ebc7357fd7bdf1f40c58 /drivers/net
parentf8b72d36d2eb94824d8445efdd706bf037570f88 (diff)
net: ethernet: davinci_emac: Remove unnecessary #include
The '#include <mach/mux.h>' line in davinci_emac.c causes a compile error because that header file isn't found. It turns out that the #include isn't needed because the driver isn't (and shoudn't be) touching the mux anyway, so remove it. CC: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Mark A. Greer <mgreer@animalcreek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/ti/davinci_emac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/ti/davinci_emac.c b/drivers/net/ethernet/ti/davinci_emac.c
index b298ab071e3d..1a9c43f27552 100644
--- a/drivers/net/ethernet/ti/davinci_emac.c
+++ b/drivers/net/ethernet/ti/davinci_emac.c
@@ -63,8 +63,6 @@
63#include <linux/of_irq.h> 63#include <linux/of_irq.h>
64#include <linux/of_net.h> 64#include <linux/of_net.h>
65 65
66#include <mach/mux.h>
67
68#include <asm/irq.h> 66#include <asm/irq.h>
69#include <asm/page.h> 67#include <asm/page.h>
70 68