From: Danny Kukawka Date: Wed, 15 Feb 2012 07:54:43 +0000 (+0000) Subject: renesas/sh_eth.c: fix linux/interrupt.h included twice X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=16387605a503a5462c79b740f9696ad4f5a960e5;p=mv-sheeva.git renesas/sh_eth.c: fix linux/interrupt.h included twice Remove double include of linux/interrupt.h. Signed-off-by: Danny Kukawka Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c index cfad0910705..98062bf4197 100644 --- a/drivers/net/ethernet/renesas/sh_eth.c +++ b/drivers/net/ethernet/renesas/sh_eth.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include