From: Mark A. Greer Date: Fri, 20 Jul 2012 15:19:21 +0000 (+0000) Subject: net: ethernet: davinci_emac: Remove unnecessary #include X-Git-Tag: v3.6-rc1~125^2~20 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c6f0b4ea64bfd37c5aec05e87bd5596788007aa5;p=~emulex%2Finfiniband.git net: ethernet: davinci_emac: Remove unnecessary #include The '#include ' 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 Signed-off-by: Mark A. Greer Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/ti/davinci_emac.c b/drivers/net/ethernet/ti/davinci_emac.c index b298ab071e3..1a9c43f2755 100644 --- a/drivers/net/ethernet/ti/davinci_emac.c +++ b/drivers/net/ethernet/ti/davinci_emac.c @@ -63,8 +63,6 @@ #include #include -#include - #include #include