mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
e908c41806
commit
1aebb09731
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user