]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc/tegra: pmc: Document tegra_pmc.syscore field
authorThierry Reding <treding@nvidia.com>
Wed, 29 Oct 2025 15:10:33 +0000 (16:10 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 14 Nov 2025 16:42:08 +0000 (17:42 +0100)
This eliminates a warning from the documentation build targets.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c

index d8c8894a8f38a3b9e7c8c857110750a0eee7c753..3f2ae5fe313530acd0a59e1506eacc10488f6b44 100644 (file)
@@ -423,6 +423,7 @@ struct tegra_pmc_soc {
  * @wake_sw_status_map: Bitmap to hold raw status of wakes without mask
  * @wake_cntrl_level_map: Bitmap to hold wake levels to be programmed in
  *     cntrl register associated with each wake during system suspend.
+ * @syscore: syscore suspend/resume callbacks
  */
 struct tegra_pmc {
        struct device *dev;