[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1342833562-3435-2-git-send-email-mgreer@animalcreek.com>
Date: Fri, 20 Jul 2012 18:19:21 -0700
From: "Mark A. Greer" <mgreer@...malcreek.com>
To: netdev@...r.kernel.org
Cc: linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
"Mark A. Greer" <mgreer@...malcreek.com>,
Sekhar Nori <nsekhar@...com>
Subject: [PATCH v3 1/2] net: ethernet: davinci_emac: Remove unnecessary #include
From: "Mark A. Greer" <mgreer@...malcreek.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@...com>
Signed-off-by: Mark A. Greer <mgreer@...malcreek.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists