summaryrefslogtreecommitdiff
path: root/fs/pstore
diff options
context:
space:
mode:
authorYang Shi <yang.s@alibaba-inc.com>2017-11-18 07:02:15 +0800
committerKees Cook <keescook@chromium.org>2017-11-28 16:39:09 -0800
commita99f41a1b4412a0f27cc0b287ea34b168da750f1 (patch)
tree62d8af57c0f23adbe2eb228f4723bf86379cd380 /fs/pstore
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff)
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')
-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>