projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419091f
)
net: tipc: remove unused hardirq.h
author
Yang Shi
<
[email protected]
>
Mon, 8 Jan 2018 19:52:54 +0000
(
03:52
+0800)
committer
David S. Miller
<
[email protected]
>
Tue, 9 Jan 2018 01:59:25 +0000
(20:59 -0500)
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]
>
net/tipc/core.h
patch
|
blob
|
history
diff --git
a/net/tipc/core.h
b/net/tipc/core.h
index 964342689f2c47203596ff980bae9d7bb6ce3565..20b21af2ff14eea114798fc00d9272e241a21338 100644
(file)
--- 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>