diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index c263e36e564e88d11447e9559b7d86a29803d9ca..eb8773b05ac3b9d09350302faf8ba54951c00061 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -51,6 +51,7 @@ enum regulator_status {
  *
  * @set_mode: Set the operating mode for the regulator.
  * @get_mode: Get the current operating mode for the regulator.
+ * @get_status: Report the regulator status.
  * @get_optimum_mode: Get the most efficient operating mode for the regulator
  *                    when running with the specified parameters.
  *