From: Kees Cook Subject: Re: [PATCH 2/8] fs: pstore: remove unused hardirq.h Date: Tue, 28 Nov 2017 16:40:15 -0800 Message-ID: References: <1510959741-31109-1-git-send-email-yang.s@alibaba-inc.com> <1510959741-31109-2-git-send-email-yang.s@alibaba-inc.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: LKML , Linux-MM , "linux-fsdevel@vger.kernel.org" , linux-crypto , Network Development , Anton Vorontsov , Colin Cross , Tony Luck To: Yang Shi Return-path: In-Reply-To: <1510959741-31109-2-git-send-email-yang.s@alibaba-inc.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org On Fri, Nov 17, 2017 at 3:02 PM, Yang Shi 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 > Cc: Kees Cook > Cc: Anton Vorontsov > Cc: Colin Cross > Cc: Tony Luck 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 > #include > #include > -#include > #include > #include > > -- > 1.8.3.1 > -- Kees Cook Pixel Security