Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752663Ab0KJHoN (ORCPT ); Wed, 10 Nov 2010 02:44:13 -0500 Received: from mail-gw0-f46.google.com ([74.125.83.46]:38488 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752990Ab0KJHoB (ORCPT ); Wed, 10 Nov 2010 02:44:01 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=gz7XxhyoPncXqRPBcwCmpLwe36jvvA1rRaIw/ptTrivfNH2ghG6jEO1rEusQsWiTGu 7nntFXV2GIFgt5Spc/OVsraZn2E6AlQ1BybyGISCUFAghHYDPLmBbltUOSFdCxJp1GKf I/4Tw+BD5vfxgiY0fE+soqIWDIGUN6SMikM/Q= Subject: [PATCH 1/2] mfd: Include instead of From: Axel Lin To: linux-kernel Cc: Samuel Ortiz , Ben Dooks , Vincent Sanders Content-Type: text/plain Date: Wed, 10 Nov 2010 15:47:51 +0800 Message-Id: <1289375271.28822.3.camel@mola> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 30 As warned by checkpatch.pl, use #include instead of 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 -- 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/