axp288_fuel_gauge: Add original author details
Add the original author details of the axp288_fuel_gauge driver. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com> Acked-by: Todd Brandt <todd.e.brandt@linux.intel.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
b787f68c36
commit
409e718e09
|
@ -1149,6 +1149,7 @@ static struct platform_driver axp288_fuel_gauge_driver = {
|
|||
|
||||
module_platform_driver(axp288_fuel_gauge_driver);
|
||||
|
||||
MODULE_AUTHOR("Ramakrishna Pallala <ramakrishna.pallala@intel.com>");
|
||||
MODULE_AUTHOR("Todd Brandt <todd.e.brandt@linux.intel.com>");
|
||||
MODULE_DESCRIPTION("Xpower AXP288 Fuel Gauge Driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue