]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: davinci_emac: Remove unnecessary #include
authorMark A. Greer <mgreer@animalcreek.com>
Fri, 20 Jul 2012 15:19:21 +0000 (15:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Jul 2012 19:46:42 +0000 (12:46 -0700)
commitafabaed9bd9c1f961f6e0efb25d7e45a67290449
tree3796fb813f0bcdba5fc4ebc7357fd7bdf1f40c58
parent658c8b62ca381ed3e44aae561c325c4f9ac937e4
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>
drivers/net/ethernet/ti/davinci_emac.c