mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
soc/tegra: pmc: Document tegra_pmc.syscore field
This eliminates a warning from the documentation build targets. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -423,6 +423,7 @@ struct tegra_pmc_soc {
|
|||||||
* @wake_sw_status_map: Bitmap to hold raw status of wakes without mask
|
* @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
|
* @wake_cntrl_level_map: Bitmap to hold wake levels to be programmed in
|
||||||
* cntrl register associated with each wake during system suspend.
|
* cntrl register associated with each wake during system suspend.
|
||||||
|
* @syscore: syscore suspend/resume callbacks
|
||||||
*/
|
*/
|
||||||
struct tegra_pmc {
|
struct tegra_pmc {
|
||||||
struct device *dev;
|
struct device *dev;
|
||||||
|
|||||||
Reference in New Issue
Block a user