diff options
author | Tom Rix <trix@redhat.com> | 2023-04-06 03:09:35 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-04-11 01:57:12 +0200 |
commit | cb9eee590a77320b997a47cae18662af23dcb726 (patch) | |
tree | 46f0de9184d2bc28db1a12a59f34e446babf9009 /MAINTAINERS | |
parent | clk: mediatek: Use right match table, include mod_devicetable (diff) | |
download | linux-cb9eee590a77320b997a47cae18662af23dcb726.tar.xz linux-cb9eee590a77320b997a47cae18662af23dcb726.zip |
clk: mediatek: fhctl: Mark local variables static
smatch reports
drivers/clk/mediatek/clk-fhctl.c:17:27: warning: symbol
'fhctl_offset_v1' was not declared. Should it be static?
drivers/clk/mediatek/clk-fhctl.c:30:27: warning: symbol
'fhctl_offset_v2' was not declared. Should it be static?
These variables are only used in one file so should be static.
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20230406010935.1944976-1-trix@redhat.com
Fixes: 8da312d6574c ("clk: mediatek: fhctl: Add support for older fhctl register layout")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions