]> www.infradead.org Git - nvme.git/log
nvme.git
6 months agonvme: make nvme_tls_attrs_group static
Keith Busch [Tue, 28 Jan 2025 15:22:31 +0000 (07:22 -0800)]
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>