aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorYang Shi <yang.s@alibaba-inc.com>2018-01-09 03:52:54 +0800
committerDavid S. Miller <davem@davemloft.net>2018-01-08 20:59:25 -0500
commitf4803f1b73f877a571be4c8e531dfcf190acc691 (patch)
treeeff6758178e3413ae4ef9a77f5640be7ca3b936e /net
parentnet: ovs: remove unused hardirq.h (diff)
downloadlinux-dev-f4803f1b73f877a571be4c8e531dfcf190acc691.tar.xz
linux-dev-f4803f1b73f877a571be4c8e531dfcf190acc691.zip
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 <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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/tipc/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h
index 964342689f2c..20b21af2ff14 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>