diff options
Diffstat (limited to 'drivers/regulator/internal.h')
-rw-r--r-- | drivers/regulator/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/internal.h b/drivers/regulator/internal.h index c74ac8734023..99c68ab4c0d9 100644 --- a/drivers/regulator/internal.h +++ b/drivers/regulator/internal.h @@ -29,6 +29,7 @@ struct regulator { int uA_load; int min_uV; int max_uV; + int enabled; char *supply_name; struct device_attribute dev_attr; struct regulator_dev *rdev; |