2018-01-08 19:53:16

by Yang Shi

[permalink] [raw]
Subject: [RESEND PATCH 1/3] net: caif: remove unused hardirq.h

Preempt counter APIs have been split out, currently, hardirq.h just
includes irq_enter/exit APIs which are not used by caif at all.

So, remove the unused hardirq.h.

Signed-off-by: Yang Shi <[email protected]>
Cc: Dmitry Tarnyagin <[email protected]>
Cc: "David S. Miller" <[email protected]>
---
net/caif/cfpkt_skbuff.c | 1 -
net/caif/chnl_net.c | 1 -
2 files changed, 2 deletions(-)

diff --git a/net/caif/cfpkt_skbuff.c b/net/caif/cfpkt_skbuff.c
index 71b6ab2..38c2b7a 100644
--- a/net/caif/cfpkt_skbuff.c
+++ b/net/caif/cfpkt_skbuff.c
@@ -8,7 +8,6 @@

#include <linux/string.h>
#include <linux/skbuff.h>
-#include <linux/hardirq.h>
#include <linux/export.h>
#include <net/caif/cfpkt.h>

diff --git a/net/caif/chnl_net.c b/net/caif/chnl_net.c
index 922ac1d..53ecda1 100644
--- a/net/caif/chnl_net.c
+++ b/net/caif/chnl_net.c
@@ -8,7 +8,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__

#include <linux/fs.h>
-#include <linux/hardirq.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/netdevice.h>
--
1.8.3.1


2018-01-08 19:53:35

by Yang Shi

[permalink] [raw]
Subject: [RESEND PATCH 2/3] net: ovs: remove unused hardirq.h

Preempt counter APIs have been split out, currently, hardirq.h just
includes irq_enter/exit APIs which are not used by openvswitch at all.

So, remove the unused hardirq.h.

Signed-off-by: Yang Shi <[email protected]>
Acked-by: Pravin B Shelar <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
---
net/openvswitch/vport-internal_dev.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c
index 04a3128..2f47c65 100644
--- a/net/openvswitch/vport-internal_dev.c
+++ b/net/openvswitch/vport-internal_dev.c
@@ -16,7 +16,6 @@
* 02110-1301, USA
*/

-#include <linux/hardirq.h>
#include <linux/if_vlan.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
--
1.8.3.1

2018-01-08 19:53:45

by Yang Shi

[permalink] [raw]
Subject: [RESEND PATCH 3/3] net: tipc: remove unused hardirq.h

Preempt counter APIs have been split out, currently, hardirq.h just
includes irq_enter/exit APIs which are not used by TIPC at all.

So, remove the unused hardirq.h.

Signed-off-by: Yang Shi <[email protected]>
Acked-by: Ying Xue <[email protected]>
Tested-by: Ying Xue <[email protected]>
Cc: Jon Maloy <[email protected]>
Cc: "David S. Miller" <[email protected]>
---
net/tipc/core.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/tipc/core.h b/net/tipc/core.h
index 5cc5398..099e072 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -49,7 +49,6 @@
#include <linux/uaccess.h>
#include <linux/interrupt.h>
#include <linux/atomic.h>
-#include <asm/hardirq.h>
#include <linux/netdevice.h>
#include <linux/in.h>
#include <linux/list.h>
--
1.8.3.1

2018-01-09 01:59:39

by David Miller

[permalink] [raw]
Subject: Re: [RESEND PATCH 1/3] net: caif: remove unused hardirq.h

From: "Yang Shi" <[email protected]>
Date: Tue, 09 Jan 2018 03:52:52 +0800

> Preempt counter APIs have been split out, currently, hardirq.h just
> includes irq_enter/exit APIs which are not used by caif at all.
>
> So, remove the unused hardirq.h.
>
> Signed-off-by: Yang Shi <[email protected]>

Applied.

2018-01-09 01:59:47

by David Miller

[permalink] [raw]
Subject: Re: [RESEND PATCH 2/3] net: ovs: remove unused hardirq.h

From: "Yang Shi" <[email protected]>
Date: Tue, 09 Jan 2018 03:52:53 +0800

> Preempt counter APIs have been split out, currently, hardirq.h just
> includes irq_enter/exit APIs which are not used by openvswitch at all.
>
> So, remove the unused hardirq.h.
>
> Signed-off-by: Yang Shi <[email protected]>
> Acked-by: Pravin B Shelar <[email protected]>

Applied.

2018-01-09 01:59:52

by David Miller

[permalink] [raw]
Subject: Re: [RESEND PATCH 3/3] net: tipc: remove unused hardirq.h

From: "Yang Shi" <[email protected]>
Date: Tue, 09 Jan 2018 03:52:54 +0800

> Preempt counter APIs have been split out, currently, hardirq.h just
> includes irq_enter/exit APIs which are not used by TIPC at all.
>
> So, remove the unused hardirq.h.
>
> Signed-off-by: Yang Shi <[email protected]>
> Acked-by: Ying Xue <[email protected]>
> Tested-by: Ying Xue <[email protected]>

Applied.