diff options
author | Swen Schillig <swen@vnet.ibm.com> | 2008-07-02 04:56:38 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:35 -0400 |
commit | 60221920706a01bef89af2577f9a90a8eeb4e662 (patch) | |
tree | f8b38412351e8be78c6f24524d963a08032fb2a1 /drivers/s390/scsi/zfcp_def.h | |
parent | 317e6b6519b5a34263a33f150ed57ad468b26a64 (diff) |
[SCSI] zfcp: consolidate sysfs things into one file.
zfcp was using three files to deal with sysfs representation
for adapters, ports and units. The consolidation into one file
prevents code-duplication and eases maintainability.
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index d69d280359da..2af043a5c74b 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -627,11 +627,6 @@ struct zfcp_adapter { | |||
627 | struct work_struct scan_work; | 627 | struct work_struct scan_work; |
628 | }; | 628 | }; |
629 | 629 | ||
630 | /* | ||
631 | * the struct device sysfs_device must be at the beginning of this structure. | ||
632 | * pointer to struct device is used to free port structure in release function | ||
633 | * of the device. don't change! | ||
634 | */ | ||
635 | struct zfcp_port { | 630 | struct zfcp_port { |
636 | struct device sysfs_device; /* sysfs device */ | 631 | struct device sysfs_device; /* sysfs device */ |
637 | struct fc_rport *rport; /* rport of fc transport class */ | 632 | struct fc_rport *rport; /* rport of fc transport class */ |
@@ -655,10 +650,6 @@ struct zfcp_port { | |||
655 | u32 supported_classes; | 650 | u32 supported_classes; |
656 | }; | 651 | }; |
657 | 652 | ||
658 | /* the struct device sysfs_device must be at the beginning of this structure. | ||
659 | * pointer to struct device is used to free unit structure in release function | ||
660 | * of the device. don't change! | ||
661 | */ | ||
662 | struct zfcp_unit { | 653 | struct zfcp_unit { |
663 | struct device sysfs_device; /* sysfs device */ | 654 | struct device sysfs_device; /* sysfs device */ |
664 | struct list_head list; /* list of logical units */ | 655 | struct list_head list; /* list of logical units */ |