Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752863AbcLISYM (ORCPT ); Fri, 9 Dec 2016 13:24:12 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34496 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752586AbcLISYJ (ORCPT ); Fri, 9 Dec 2016 13:24:09 -0500 Date: Fri, 9 Dec 2016 19:24:05 +0100 From: Corentin Labbe To: mpm@selenic.com, herbert@gondor.apana.org.au, arnd@arndb.de, gregkh@linuxfoundation.org Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 7/7] hwrng: core: Remove two unused include Message-ID: <20161209182405.GA12419@Red> References: <1481293299-21697-1-git-send-email-clabbe.montjoie@gmail.com> <1481293299-21697-7-git-send-email-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481293299-21697-7-git-send-email-clabbe.montjoie@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 974 Lines: 36 On Fri, Dec 09, 2016 at 03:21:39PM +0100, Corentin Labbe wrote: > linux/fs.h and linux/sched.h are useless for hw_random/core.c. > This patch remove them. > > Signed-off-by: Corentin Labbe > --- > drivers/char/hw_random/core.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/char/hw_random/core.c b/drivers/char/hw_random/core.c > index 5c654b5..85c9ab3 100644 > --- a/drivers/char/hw_random/core.c > +++ b/drivers/char/hw_random/core.c > @@ -13,14 +13,12 @@ > #include > #include > #include > -#include > #include > #include > #include > #include > #include > #include > -#include > #include > #include > > -- > 2.7.3 > Sorry forget this patch, it is buggy. linux/fs.h is needed. Regards