]> www.infradead.org Git - nvme.git/commit
nvme: make nvme_tls_attrs_group static nvme-6.14-2025-01-28
authorKeith Busch <kbusch@kernel.org>
Tue, 28 Jan 2025 15:22:31 +0000 (07:22 -0800)
committerKeith Busch <kbusch@kernel.org>
Tue, 28 Jan 2025 15:29:37 +0000 (07:29 -0800)
commitfd6102e646a888931ad6ab21843c6ee4355e7525
tree79c942511965c563651a34ba8110b7aed3417442
parentcc3d4671a0db9499b201c43faba6c46e1a21274c
nvme: make nvme_tls_attrs_group static

To suppress the compiler "warning: symbol 'nvme_tls_attrs_group' was not
declared. Should it be static?"

Fixes: 1e48b34c9bc79a ("nvme: split off TLS sysfs attributes into a separate group")
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/sysfs.c