power: add wirelesscharger(WLC) bq51051b driver
Change-Id: I61c4b9c3d648e8f709ec78708271f807ceed1715
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 32d8ec2..e52bd41 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -140,6 +140,9 @@
POWER_SUPPLY_TYPE_USB_DCP, /* Dedicated Charging Port */
POWER_SUPPLY_TYPE_USB_CDP, /* Charging Downstream Port */
POWER_SUPPLY_TYPE_USB_ACA, /* Accessory Charger Adapters */
+#ifdef CONFIG_WIRELESS_CHARGER
+ POWER_SUPPLY_TYPE_WIRELESS,
+#endif
};
union power_supply_propval {