Skip to content

Commit

Permalink
lp8727_charger: Move header file into platform_data directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kim, Milo authored and Anton Vorontsov committed Jul 14, 2012
1 parent e908c41 commit 1aebb09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/lp8727_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 1aebb09

Please sign in to comment.