Skip to content

Commit f4803f1

Browse files
Yang Shidavem330
authored andcommitted
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]>
1 parent 419091f commit f4803f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/tipc/core.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
#include <linux/uaccess.h>
5050
#include <linux/interrupt.h>
5151
#include <linux/atomic.h>
52-
#include <asm/hardirq.h>
5352
#include <linux/netdevice.h>
5453
#include <linux/in.h>
5554
#include <linux/list.h>

0 commit comments

Comments
 (0)