diff options
author | Tony Lindgren <tony@atomide.com> | 2023-08-09 12:53:23 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-08-10 09:21:45 +0300 |
commit | 40a4f49cd32dbc641c706215c1fa6c5bd051428c (patch) | |
tree | 5969199f8f806c105e55ad4037a52b740a4705a0 /drivers/bus/ti-sysc.c | |
parent | 03a711d3cb83692733f865312f49e665c49de6de (diff) |
bus: ti-sysc: Fix a build warning with W=1 for sysconfig
Dhruva reported a build warning with W=1 for "Function parameter or member
'sysconfig' not described in 'sysc'". Let's document sysconfig to fix this.
Reported-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/bus/ti-sysc.c')
-rw-r--r-- | drivers/bus/ti-sysc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c index 2e983e9492d9..9c00802e0c20 100644 --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus/ti-sysc.c @@ -109,6 +109,7 @@ static const char * const clock_names[SYSC_MAX_CLOCKS] = { * @cookie: data used by legacy platform callbacks * @name: name if available * @revision: interconnect target module revision + * @sysconfig: saved sysconfig register value * @reserved: target module is reserved and already in use * @enabled: sysc runtime enabled status * @needs_resume: runtime resume needed on resume from suspend |