commit | c6f0b4ea64bfd37c5aec05e87bd5596788007aa5 | [log] [tgz] |
---|---|---|
author | Mark A. Greer <mgreer@animalcreek.com> | Fri Jul 20 15:19:21 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jul 22 12:46:42 2012 -0700 |
tree | 3796fb813f0bcdba5fc4ebc7357fd7bdf1f40c58 | |
parent | f8b72d36d2eb94824d8445efdd706bf037570f88 [diff] |
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>