From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755202AbZFAF6x (ORCPT ); Mon, 1 Jun 2009 01:58:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752201AbZFAF6f (ORCPT ); Mon, 1 Jun 2009 01:58:35 -0400 Received: from hera.kernel.org ([140.211.167.34]:49296 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751559AbZFAF6e (ORCPT ); Mon, 1 Jun 2009 01:58:34 -0400 Subject: Re: [RESEND][PATCH 1/2 -tip] headers_check fix: linux/auto_fs.h From: Jaswinder Singh Rajput To: Ingo Molnar Cc: Andrew Morton , Sam Ravnborg , x86 maintainers , LKML In-Reply-To: <1242795274.3260.4.camel@localhost.localdomain> References: <1242795274.3260.4.camel@localhost.localdomain> Content-Type: text/plain Date: Mon, 01 Jun 2009 11:20:16 +0530 Message-Id: <1243835416.3170.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2009-05-20 at 10:24 +0530, Jaswinder Singh Rajput wrote: > fix the following 'make headers_check' warnings: > > usr/include/linux/auto_fs.h:17: include of is preferred over > > Signed-off-by: Jaswinder Singh Rajput > --- > include/linux/auto_fs.h | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/include/linux/auto_fs.h b/include/linux/auto_fs.h > index 6326585..7b09c83 100644 > --- a/include/linux/auto_fs.h > +++ b/include/linux/auto_fs.h > @@ -14,13 +14,12 @@ > #ifndef _LINUX_AUTO_FS_H > #define _LINUX_AUTO_FS_H > > +#include > #ifdef __KERNEL__ > #include > #include > -#include > #include > #else > -#include > #include > #endif /* __KERNEL__ */ >