diff options
| author | Yang Shi <[email protected]> | 2018-01-08 19:52:54 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-01-09 01:59:25 +0000 |
| commit | f4803f1b73f877a571be4c8e531dfcf190acc691 (patch) | |
| tree | eff6758178e3413ae4ef9a77f5640be7ca3b936e /net/tipc | |
| parent | net: ovs: remove unused hardirq.h (diff) | |
| download | kernel-f4803f1b73f877a571be4c8e531dfcf190acc691.tar.gz kernel-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 <[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]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc')
| -rw-r--r-- | net/tipc/core.h | 1 |
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> |
