浏览代码

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>
Mark A. Greer 13 年之前
父节点
当前提交
c6f0b4ea64
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/net/ethernet/ti/davinci_emac.c

+ 0 - 2
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>