2012-02-15 17:54:50

by Danny Kukawka

[permalink] [raw]
Subject: [PATCH] renesas/sh_eth.c: fix linux/interrupt.h included twice

Remove double include of linux/interrupt.h.

Signed-off-by: Danny Kukawka <[email protected]>
---
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>
--
1.7.8.3


2012-02-15 20:35:21

by David Miller

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

From: Danny Kukawka <[email protected]>
Date: Wed, 15 Feb 2012 18:54:43 +0100

> Remove double include of linux/interrupt.h.
>
> Signed-off-by: Danny Kukawka <[email protected]>

Applied.

2012-02-16 00:53:20

by Nobuhiro Iwamatsu

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


Danny Kukawka さんは書きました:
> Remove double include of linux/interrupt.h.
>
> Signed-off-by: Danny Kukawka <[email protected]>
> ---
> 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 <[email protected]>

Nobuhiro