summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-02-16 12:04:59 +0100
committerJarkko Sakkinen <jarkko@kernel.org>2026-04-21 18:54:27 +0300
commite6ffe09488e2010a04eb11e884cfee630e8c56a6 (patch)
tree6979899deb56279b08d594a3a600985a2d3a2546 /include/linux
parentfaeab166167f5787719eb8683661fd41a3bb1514 (diff)
tpm: Make tcpci_pm_ops variable static const
File-scope 'tcpci_pm_ops' is not used outside of this unit and is not modified anywhere, so make it static const to silence sparse warning: tcpci.c:1002:1: warning: symbol 'tcpci_pm_ops' was not declared. Should it be static? Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions