diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index c263e36e564e..eb8773b05ac3 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
@@ -51,6 +51,7 @@ enum regulator_status { | |||
51 | * | 51 | * |
52 | * @set_mode: Set the operating mode for the regulator. | 52 | * @set_mode: Set the operating mode for the regulator. |
53 | * @get_mode: Get the current operating mode for the regulator. | 53 | * @get_mode: Get the current operating mode for the regulator. |
54 | * @get_status: Report the regulator status. | ||
54 | * @get_optimum_mode: Get the most efficient operating mode for the regulator | 55 | * @get_optimum_mode: Get the most efficient operating mode for the regulator |
55 | * when running with the specified parameters. | 56 | * when running with the specified parameters. |
56 | * | 57 | * |