Skip to content

Commit a99f41a

Browse files
Yang Shikees
authored andcommitted
fs: pstore: 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 pstore at all. So, remove the unused hardirq.h. Signed-off-by: Yang Shi <[email protected]> Cc: Kees Cook <[email protected]> Cc: Anton Vorontsov <[email protected]> Cc: Colin Cross <[email protected]> Cc: Tony Luck <[email protected]> Signed-off-by: Kees Cook <[email protected]>
1 parent 4fbd8d1 commit a99f41a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/pstore/platform.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
#include <linux/timer.h>
4242
#include <linux/slab.h>
4343
#include <linux/uaccess.h>
44-
#include <linux/hardirq.h>
4544
#include <linux/jiffies.h>
4645
#include <linux/workqueue.h>
4746

0 commit comments

Comments
 (0)