]> www.infradead.org Git - nvme.git/commit
nvme: make nvme_tls_attrs_group static
authorKeith Busch <kbusch@kernel.org>
Tue, 28 Jan 2025 15:22:31 +0000 (07:22 -0800)
committerKeith Busch <kbusch@kernel.org>
Fri, 31 Jan 2025 18:14:27 +0000 (10:14 -0800)
commit2d1a2dab95cdc6f2e0c6af3c0514b0bea94af482
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>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/sysfs.c