Skip to content

Commit 373372b

Browse files
Yang Shidavem330
authored andcommitted
net: caif: 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 caif at all. So, remove the unused hardirq.h. Signed-off-by: Yang Shi <[email protected]> Cc: Dmitry Tarnyagin <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f1f2b7c commit 373372b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

net/caif/cfpkt_skbuff.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#include <linux/string.h>
1010
#include <linux/skbuff.h>
11-
#include <linux/hardirq.h>
1211
#include <linux/export.h>
1312
#include <net/caif/cfpkt.h>
1413

net/caif/chnl_net.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#define pr_fmt(fmt) KBUILD_MODNAME ":%s(): " fmt, __func__
99

1010
#include <linux/fs.h>
11-
#include <linux/hardirq.h>
1211
#include <linux/init.h>
1312
#include <linux/module.h>
1413
#include <linux/netdevice.h>

0 commit comments

Comments
 (0)