Re: [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice

From: Nobuhiro Iwamatsu
Date: Wed Feb 15 2012 - 19:53:17 EST



Danny Kukawka さんは書きました:
> Remove double include of linux/interrupt.h.
>
> Signed-off-by: Danny Kukawka <danny.kukawka@xxxxxxxxx>
> ---
> drivers/net/ethernet/renesas/sh_eth.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/net/ethernet/renesas/sh_eth.c
> index 87b6501..59524f1 100644
> --- a/drivers/net/ethernet/renesas/sh_eth.c
> +++ b/drivers/net/ethernet/renesas/sh_eth.c
> @@ -34,7 +34,6 @@
> #include <linux/phy.h>
> #include <linux/cache.h>
> #include <linux/io.h>
> -#include <linux/interrupt.h>
> #include <linux/pm_runtime.h>
> #include <linux/slab.h>
> #include <linux/ethtool.h>

Acked-by: Nobuhiro Iwamatsu <Nobuhiro.iwamatsu.yj@xxxxxxxxxxx>

Nobuhiro
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/