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: http://git.maquefel.me/?a=commitdiff_plain;h=16387605a503a5462c79b740f9696ad4f5a960e5;p=linux.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 cfad09107054d..98062bf4197af 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