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 <yang.s@alibaba-inc.com> Cc: Kees Cook <keescook@chromium.org> Cc: Anton Vorontsov <anton@enomsg.org> Cc: Colin Cross <ccross@android.com> Cc: Tony Luck <tony.luck@intel.com> Signed-off-by: Kees Cook <keescook@chromium.org>
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)