|
Linux Kernel
3.7.1
|
#include <linux/err.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/platform_device.h>#include <linux/power_supply.h>#include <linux/mfd/max8997.h>#include <linux/mfd/max8997-private.h>Go to the source code of this file.
Data Structures | |
| struct | charger_data |
Functions | |
| subsys_initcall (max8997_battery_init) | |
| module_exit (max8997_battery_cleanup) | |
| MODULE_DESCRIPTION ("MAXIM 8997/8966 battery control driver") | |
| MODULE_AUTHOR ("MyungJoo Ham <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "MyungJoo Ham <[email protected]>" | ) |
| module_exit | ( | max8997_battery_cleanup | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | max8997_battery_init | ) |
1.8.2