Lines 26-31
Link Here
|
26 |
#include <linux/mfd/axp20x.h> |
26 |
#include <linux/mfd/axp20x.h> |
27 |
#include <linux/platform_device.h> |
27 |
#include <linux/platform_device.h> |
28 |
#include <linux/power_supply.h> |
28 |
#include <linux/power_supply.h> |
|
|
29 |
#include <linux/power/acpi.h> |
29 |
#include <linux/iio/consumer.h> |
30 |
#include <linux/iio/consumer.h> |
30 |
#include <linux/debugfs.h> |
31 |
#include <linux/debugfs.h> |
31 |
#include <linux/seq_file.h> |
32 |
#include <linux/seq_file.h> |
Lines 754-759
static int axp288_fuel_gauge_probe(struct platform_device *pdev)
Link Here
|
754 |
return ret; |
755 |
return ret; |
755 |
} |
756 |
} |
756 |
|
757 |
|
|
|
758 |
acpi_battery_unregister(); |
759 |
|
757 |
fuel_gauge_create_debugfs(info); |
760 |
fuel_gauge_create_debugfs(info); |
758 |
fuel_gauge_init_irq(info); |
761 |
fuel_gauge_init_irq(info); |
759 |
schedule_delayed_work(&info->status_monitor, STATUS_MON_DELAY_JIFFIES); |
762 |
schedule_delayed_work(&info->status_monitor, STATUS_MON_DELAY_JIFFIES); |
760 |
- |
|
|