diff options
Diffstat (limited to 'drivers/power/pmu_battery.c')
| -rw-r--r-- | drivers/power/pmu_battery.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/pmu_battery.c b/drivers/power/pmu_battery.c index 9c87ad56480..023d24993b8 100644 --- a/drivers/power/pmu_battery.c +++ b/drivers/power/pmu_battery.c @@ -14,6 +14,7 @@  #include <linux/power_supply.h>  #include <linux/adb.h>  #include <linux/pmu.h> +#include <linux/slab.h>  static struct pmu_battery_dev {  	struct power_supply bat;  |