Re: [PATCH 2/8] fs: pstore: remove unused hardirq.h
From: Kees Cook <hidden>
Date: 2017-11-29 00:40:15
Also in:
linux-fsdevel, linux-mm, lkml, netdev
From: Kees Cook <hidden>
Date: 2017-11-29 00:40:15
Also in:
linux-fsdevel, linux-mm, lkml, netdev
On Fri, Nov 17, 2017 at 3:02 PM, Yang Shi [off-list ref] wrote:
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 <redacted> Cc: Kees Cook <redacted> Cc: Anton Vorontsov <redacted> Cc: Colin Cross <redacted> Cc: Tony Luck <tony.luck@intel.com>
Thanks! I've applied this for -next. -Kees
--- fs/pstore/platform.c | 1 - 1 file changed, 1 deletion(-)diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c index 2b21d18..25dcef4 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> --1.8.3.1
-- Kees Cook Pixel Security