netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 1/3] net: caif: remove unused hardirq.h
@ 2018-01-08 19:52 Yang Shi
       [not found] ` <1515441174-122496-1-git-send-email-yang.s-gPhfCIXyaqCqndwCJWfcng@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yang Shi @ 2018-01-08 19:52 UTC (permalink / raw)
  To: davem; +Cc: Yang Shi, netdev, linux-kernel, Dmitry Tarnyagin

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 <yang.s@alibaba-inc.com>
Cc: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
Cc: "David S. Miller" <davem@davemloft.net>
---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [RESEND PATCH 2/3] net: ovs: remove unused hardirq.h
       [not found] ` <1515441174-122496-1-git-send-email-yang.s-gPhfCIXyaqCqndwCJWfcng@public.gmane.org>
@ 2018-01-08 19:52   ` Yang Shi
  2018-01-09  1:59     ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Yang Shi @ 2018-01-08 19:52 UTC (permalink / raw)
  To: davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, netdev-u79uwXL29TY76Z2rM5mHXA,
	Yang Shi, linux-kernel-u79uwXL29TY76Z2rM5mHXA

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 <yang.s-gPhfCIXyaqCqndwCJWfcng@public.gmane.org>
Acked-by: Pravin B Shelar <pshelar-LZ6Gd1LRuIk@public.gmane.org>
Cc: "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>
Cc: dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org
---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [RESEND PATCH 3/3] net: tipc: remove unused hardirq.h
  2018-01-08 19:52 [RESEND PATCH 1/3] net: caif: remove unused hardirq.h Yang Shi
       [not found] ` <1515441174-122496-1-git-send-email-yang.s-gPhfCIXyaqCqndwCJWfcng@public.gmane.org>
@ 2018-01-08 19:52 ` Yang Shi
  2018-01-09  1:59   ` David Miller
  2018-01-09  1:59 ` [RESEND PATCH 1/3] net: caif: " David Miller
  2 siblings, 1 reply; 6+ messages in thread
From: Yang Shi @ 2018-01-08 19:52 UTC (permalink / raw)
  To: davem; +Cc: Yang Shi, netdev, linux-kernel, Jon Maloy

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 <yang.s@alibaba-inc.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Tested-by: Ying Xue <ying.xue@windriver.com>
Cc: Jon Maloy <jon.maloy@ericsson.com>
Cc: "David S. Miller" <davem@davemloft.net>
---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [RESEND PATCH 1/3] net: caif: remove unused hardirq.h
  2018-01-08 19:52 [RESEND PATCH 1/3] net: caif: remove unused hardirq.h Yang Shi
       [not found] ` <1515441174-122496-1-git-send-email-yang.s-gPhfCIXyaqCqndwCJWfcng@public.gmane.org>
  2018-01-08 19:52 ` [RESEND PATCH 3/3] net: tipc: " Yang Shi
@ 2018-01-09  1:59 ` David Miller
  2 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2018-01-09  1:59 UTC (permalink / raw)
  To: yang.s; +Cc: netdev, linux-kernel, dmitry.tarnyagin

From: "Yang Shi" <yang.s@alibaba-inc.com>
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 <yang.s@alibaba-inc.com>

Applied.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RESEND PATCH 2/3] net: ovs: remove unused hardirq.h
  2018-01-08 19:52   ` [RESEND PATCH 2/3] net: ovs: " Yang Shi
@ 2018-01-09  1:59     ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2018-01-09  1:59 UTC (permalink / raw)
  To: yang.s; +Cc: netdev, linux-kernel, dev

From: "Yang Shi" <yang.s@alibaba-inc.com>
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 <yang.s@alibaba-inc.com>
> Acked-by: Pravin B Shelar <pshelar@ovn.org>

Applied.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [RESEND PATCH 3/3] net: tipc: remove unused hardirq.h
  2018-01-08 19:52 ` [RESEND PATCH 3/3] net: tipc: " Yang Shi
@ 2018-01-09  1:59   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2018-01-09  1:59 UTC (permalink / raw)
  To: yang.s; +Cc: netdev, linux-kernel, jon.maloy

From: "Yang Shi" <yang.s@alibaba-inc.com>
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 <yang.s@alibaba-inc.com>
> Acked-by: Ying Xue <ying.xue@windriver.com>
> Tested-by: Ying Xue <ying.xue@windriver.com>

Applied.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-09  1:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 19:52 [RESEND PATCH 1/3] net: caif: remove unused hardirq.h Yang Shi
     [not found] ` <1515441174-122496-1-git-send-email-yang.s-gPhfCIXyaqCqndwCJWfcng@public.gmane.org>
2018-01-08 19:52   ` [RESEND PATCH 2/3] net: ovs: " Yang Shi
2018-01-09  1:59     ` David Miller
2018-01-08 19:52 ` [RESEND PATCH 3/3] net: tipc: " Yang Shi
2018-01-09  1:59   ` David Miller
2018-01-09  1:59 ` [RESEND PATCH 1/3] net: caif: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).