Netdev List
 help / color / mirror / Atom feed
* [PATCH 1/2] net: ethernet: davinci_emac: Remove unnecessary #include
@ 2012-07-21  1:12 Mark A. Greer
  2012-07-21  1:12 ` [PATCH 2/2] net: ethernet: davinci_emac: add pm_runtime support Mark A. Greer
  2012-07-21  1:16 ` [PATCH 1/2] net: ethernet: davinci_emac: Remove unnecessary #include Mark A. Greer
  0 siblings, 2 replies; 3+ messages in thread
From: Mark A. Greer @ 2012-07-21  1:12 UTC (permalink / raw)
  To: netdev; +Cc: linux-omap, linux-arm-kernel, Mark A. Greer, Sekhar Nori

From: "Mark A. Greer" <mgreer@animalcreek.com>

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>
---
 drivers/net/ethernet/ti/davinci_emac.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/ethernet/ti/davinci_emac.c b/drivers/net/ethernet/ti/davinci_emac.c
index b298ab0..1a9c43f 100644
--- a/drivers/net/ethernet/ti/davinci_emac.c
+++ b/drivers/net/ethernet/ti/davinci_emac.c
@@ -63,8 +63,6 @@
 #include <linux/of_irq.h>
 #include <linux/of_net.h>
 
-#include <mach/mux.h>
-
 #include <asm/irq.h>
 #include <asm/page.h>
 
-- 
1.7.11.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-07-21  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-21  1:12 [PATCH 1/2] net: ethernet: davinci_emac: Remove unnecessary #include Mark A. Greer
2012-07-21  1:12 ` [PATCH 2/2] net: ethernet: davinci_emac: add pm_runtime support Mark A. Greer
2012-07-21  1:16 ` [PATCH 1/2] net: ethernet: davinci_emac: Remove unnecessary #include Mark A. Greer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox