Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753099Ab2JOAs5 (ORCPT ); Sun, 14 Oct 2012 20:48:57 -0400 Received: from mail-yh0-f46.google.com ([209.85.213.46]:36482 "EHLO mail-yh0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752562Ab2JOAs4 (ORCPT ); Sun, 14 Oct 2012 20:48:56 -0400 From: Thiago Farina To: Anton Vorontsov , David Woodhouse Cc: linux-kernel@vger.kernel.org Subject: [PATCH] power: remove duplicated include of abx500.h from ab8500_fb.c Date: Sun, 14 Oct 2012 21:48:45 -0300 Message-Id: <1350262125-25883-1-git-send-email-tfarina@chromium.org> X-Mailer: git-send-email 1.8.0.rc2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1452 Lines: 48 Signed-off-by: Thiago Farina --- drivers/power/ab8500_fg.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c index 2db8cc2..1041397 100644 --- a/drivers/power/ab8500_fg.c +++ b/drivers/power/ab8500_fg.c @@ -15,22 +15,21 @@ * Arun R Murthy */ -#include -#include +#include +#include #include +#include #include -#include -#include #include -#include #include -#include #include -#include #include -#include +#include +#include +#include +#include +#include #include -#include #define MILLI_TO_MICRO 1000 #define FG_LSB_IN_MA 1627 -- 1.8.0.rc2 -- 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/