diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/pcf50633/mbc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/pcf50633/mbc.h b/include/linux/mfd/pcf50633/mbc.h index 9a7938ad132..5ba4aeedc28 100644 --- a/include/linux/mfd/pcf50633/mbc.h +++ b/include/linux/mfd/pcf50633/mbc.h @@ -132,6 +132,8 @@ struct pcf50633_mbc { struct power_supply usb; struct power_supply adapter; + struct delayed_work charging_restart_work; + struct platform_device *pdev; }; #endif |