scsi: zfcp: Declare zfcp_sdev_attrs as static
authorJulian Wiedmann <jwi@linux.ibm.com>
Wed, 6 Jul 2022 15:59:39 +0000 (17:59 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 7 Jul 2022 21:33:58 +0000 (17:33 -0400)
commitb9787bdfdba5ab0e558e3d142b1c2f6a54cbf6b1
treeee45147f19b180f23675d92e38f1a11c06d1f25d
parent174e909b5435d3f840067f36c4915a618d44b6bb
scsi: zfcp: Declare zfcp_sdev_attrs as static

These attributes are now only accessed through the
zfcp_sysfs_sdev_attr_group.

Link: https://lore.kernel.org/r/0791b9149ebfa39e6b8eab093113cd2527dbf3d3.1657122360.git.bblock@linux.ibm.com
Fixes: d8d7cf3f7d07 ("scsi: zfcp: Switch to attribute groups")
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/s390/scsi/zfcp_sysfs.c