diff options
Diffstat (limited to 'include/linux/power_supply.h')
| -rw-r--r-- | include/linux/power_supply.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 751061790626..3965503315ef 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -248,6 +248,7 @@ struct power_supply {  	struct delayed_work deferred_register_work;  	spinlock_t changed_lock;  	bool changed; +	bool initialized;  	atomic_t use_cnt;  #ifdef CONFIG_THERMAL  	struct thermal_zone_device *tzd; |