diff options
author | Yang Shi <yang.s@alibaba-inc.com> | 2017-11-18 07:02:15 +0800 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2017-11-28 16:39:09 -0800 |
commit | a99f41a1b4412a0f27cc0b287ea34b168da750f1 (patch) | |
tree | 62d8af57c0f23adbe2eb228f4723bf86379cd380 /fs/pstore | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-stable-a99f41a1b4412a0f27cc0b287ea34b168da750f1.tar.gz linux-stable-a99f41a1b4412a0f27cc0b287ea34b168da750f1.tar.bz2 linux-stable-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')
-rw-r--r-- | fs/pstore/platform.c | 1 |
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> |