From: Yang Shi Date: Fri, 17 Nov 2017 23:02:15 +0000 (+0800) Subject: fs: pstore: remove unused hardirq.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a99f41a1b4412a0f27cc0b287ea34b168da750f1;p=linux.git 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 Cc: Kees Cook Cc: Anton Vorontsov Cc: Colin Cross Cc: Tony Luck Signed-off-by: Kees Cook --- diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c index 691032107f8c7..c3129b131e4d7 100644 --- a/fs/pstore/platform.c +++ b/fs/pstore/platform.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include