[PATCH] power: remove duplicated include of abx500.h from ab8500_fb.c

From: Thiago Farina
Date: Sun Oct 14 2012 - 20:48:53 EST


Signed-off-by: Thiago Farina <tfarina@xxxxxxxxxxxx>
---
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 <arun.murthy@xxxxxxxxxxxxxx>
*/

-#include <linux/init.h>
-#include <linux/module.h>
+#include <linux/completion.h>
+#include <linux/delay.h>
#include <linux/device.h>
+#include <linux/init.h>
#include <linux/interrupt.h>
-#include <linux/platform_device.h>
-#include <linux/power_supply.h>
#include <linux/kobject.h>
-#include <linux/mfd/abx500/ab8500.h>
#include <linux/mfd/abx500.h>
-#include <linux/slab.h>
#include <linux/mfd/abx500/ab8500-bm.h>
-#include <linux/delay.h>
#include <linux/mfd/abx500/ab8500-gpadc.h>
-#include <linux/mfd/abx500.h>
+#include <linux/mfd/abx500/ab8500.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
+#include <linux/power_supply.h>
+#include <linux/slab.h>
#include <linux/time.h>
-#include <linux/completion.h>

#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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/