nvme: Remove unused field
authorNilay Shroff <nilay@linux.ibm.com>
Wed, 14 Aug 2024 13:56:50 +0000 (19:26 +0530)
committerKeith Busch <kbusch@kernel.org>
Thu, 22 Aug 2024 20:28:40 +0000 (13:28 -0700)
commitfe01751347359862c65c715d51c0b3f4fa8ee2f0
tree69882646b3b070122e87c232fda1571bc9452bf1
parenta54a93d0e3599b05856971734e15418ac551a14c
nvme: Remove unused field

The "name" field in struct nvme_ctrl is unsued so removing it.
This would help save 12 bytes of space for each nvme_ctrl instance
created.

Signed-off-by: Nilay Shroff <nilay@linux.ibm.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/nvme.h