diff options
| author | Mark Brown <broonie@kernel.org> | 2019-11-22 19:56:18 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2019-11-22 19:56:18 +0000 |
| commit | c642e87086847d7f61b7b7d8744ac23e44cac91e (patch) | |
| tree | 618b47677fd5b3caf98ed2ad6a4a0637876a5601 /drivers/regulator/internal.h | |
| parent | af42d3466bdc8f39806b26f593604fdc54140bcb (diff) | |
| parent | 3f1a9e630b6e124c387cc57f6fea517cec68b44f (diff) | |
| download | blackbird-op-linux-c642e87086847d7f61b7b7d8744ac23e44cac91e.tar.gz blackbird-op-linux-c642e87086847d7f61b7b7d8744ac23e44cac91e.zip | |
Merge branch 'regulator-5.4' into regulator-linus
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 83ae442f515b..2391b565ef11 100644 --- a/drivers/regulator/internal.h +++ b/drivers/regulator/internal.h @@ -36,6 +36,7 @@ struct regulator { struct list_head list; unsigned int always_on:1; unsigned int bypass:1; + unsigned int device_link:1; int uA_load; unsigned int enable_count; unsigned int deferred_disables; |

