summaryrefslogtreecommitdiffstats
path: root/fs/pstore/platform.c
diff options
context:
space:
mode:
authorYang Shi2017-11-18 00:02:15 +0100
committerKees Cook2017-11-29 01:39:09 +0100
commita99f41a1b4412a0f27cc0b287ea34b168da750f1 (patch)
tree62d8af57c0f23adbe2eb228f4723bf86379cd380 /fs/pstore/platform.c
parentLinux 4.15-rc1 (diff)
downloadkernel-qcow2-linux-a99f41a1b4412a0f27cc0b287ea34b168da750f1.tar.gz
kernel-qcow2-linux-a99f41a1b4412a0f27cc0b287ea34b168da750f1.tar.xz
kernel-qcow2-linux-a99f41a1b4412a0f27cc0b287ea34b168da750f1.zip
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>
Diffstat (limited to 'fs/pstore/platform.c')
-rw-r--r--fs/pstore/platform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c
index 691032107f8c..c3129b131e4d 100644
--- a/fs/pstore/platform.c
+++ b/fs/pstore/platform.c
@@ -41,7 +41,6 @@
#include <linux/timer.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
-#include <linux/hardirq.h>
#include <linux/jiffies.h>
#include <linux/workqueue.h>