Skip to content

Commit

Permalink
net: ethernet: davinci_emac: Remove unnecessary #include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark A. Greer authored and David S. Miller committed Jul 22, 2012
1 parent f8b72d3 commit c6f0b4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/ti/davinci_emac.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit c6f0b4e

Please sign in to comment.