aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power/lp8727_charger.c
diff options
context:
space:
mode:
authorKim, Milo <Milo.Kim@ti.com>2012-07-03 01:19:03 +0000
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-07-14 01:14:35 -0700
commit1aebb0973160570e1df4c95c2e43a60993f71087 (patch)
treec703464d68e51f07c1bb990c3bf19e6b0fab756d /drivers/power/lp8727_charger.c
parentpower_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENT (diff)
downloadlinux-dev-1aebb0973160570e1df4c95c2e43a60993f71087.tar.xz
linux-dev-1aebb0973160570e1df4c95c2e43a60993f71087.zip
lp8727_charger: Move header file into platform_data directory
The lp8727 header can be used only in the platform side, so it can be moved to the platform_data directory. Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'drivers/power/lp8727_charger.c')
-rw-r--r--drivers/power/lp8727_charger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/lp8727_charger.c b/drivers/power/lp8727_charger.c
index d8b75780bfef..6a364f4798f7 100644
--- a/drivers/power/lp8727_charger.c
+++ b/drivers/power/lp8727_charger.c
@@ -15,7 +15,7 @@
#include <linux/interrupt.h>
#include <linux/i2c.h>
#include <linux/power_supply.h>
-#include <linux/lp8727.h>
+#include <linux/platform_data/lp8727.h>
#define DEBOUNCE_MSEC 270