]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Feb 2025 09:04:59 +0000 (10:04 +0100)
commit5eba53a9eaf88c2812390187895706ece6bb782c
tree90de4f4bec2929633d16ada7767a21d2e3da0d52
parentab7522ce29fd8951fb875b721e78fecefd31f165
nvme: make nvme_tls_attrs_group static

[ Upstream commit 2d1a2dab95cdc6f2e0c6af3c0514b0bea94af482 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvme/host/sysfs.c