Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754513Ab0KZKQq (ORCPT ); Fri, 26 Nov 2010 05:16:46 -0500 Received: from mga09.intel.com ([134.134.136.24]:52937 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754465Ab0KZKQp (ORCPT ); Fri, 26 Nov 2010 05:16:45 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,260,1288594800"; d="scan'208";a="577814627" Date: Fri, 26 Nov 2010 11:16:33 +0100 From: Samuel Ortiz To: Axel Lin Cc: linux-kernel , Ben Dooks , Vincent Sanders Subject: Re: [PATCH 1/2] mfd: Include instead of Message-ID: <20101126101632.GC5520@sortiz-mobl> References: <1289375271.28822.3.camel@mola> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1289375271.28822.3.camel@mola> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1014 Lines: 42 Hi Axel, On Wed, Nov 10, 2010 at 03:47:51PM +0800, Axel Lin wrote: > As warned by checkpatch.pl, use #include instead of Thanks a lot, both patches applied. Cheers, Samuel. > Signed-off-by: Axel Lin > --- > drivers/mfd/sm501.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c > index bc9275c..c24bed7 100644 > --- a/drivers/mfd/sm501.c > +++ b/drivers/mfd/sm501.c > @@ -26,7 +26,7 @@ > #include > #include > > -#include > +#include > > struct sm501_device { > struct list_head list; > -- > 1.7.2 > > > -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/