aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/scsi/zfcp_ext.h')
-rw-r--r--drivers/s390/scsi/zfcp_ext.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/drivers/s390/scsi/zfcp_ext.h b/drivers/s390/scsi/zfcp_ext.h
index 9caa081e52ed..f0d6947ae073 100644
--- a/drivers/s390/scsi/zfcp_ext.h
+++ b/drivers/s390/scsi/zfcp_ext.h
@@ -13,15 +13,13 @@
13 13
14extern struct zfcp_data zfcp_data; 14extern struct zfcp_data zfcp_data;
15 15
16/******************************** SYSFS *************************************/ 16/* zfcp_sysfs.c */
17extern int zfcp_sysfs_adapter_create_files(struct device *); 17extern struct attribute_group zfcp_sysfs_unit_attrs;
18extern void zfcp_sysfs_adapter_remove_files(struct device *); 18extern struct attribute_group zfcp_sysfs_adapter_attrs;
19extern int zfcp_sysfs_port_create_files(struct device *, u32); 19extern struct attribute_group zfcp_sysfs_ns_port_attrs;
20extern void zfcp_sysfs_port_remove_files(struct device *, u32); 20extern struct attribute_group zfcp_sysfs_port_attrs;
21extern int zfcp_sysfs_unit_create_files(struct device *); 21extern struct device_attribute *zfcp_sysfs_sdev_attrs[];
22extern void zfcp_sysfs_unit_remove_files(struct device *); 22extern struct device_attribute *zfcp_sysfs_shost_attrs[];
23extern void zfcp_sysfs_port_release(struct device *);
24extern void zfcp_sysfs_unit_release(struct device *);
25 23
26/**************************** CONFIGURATION *********************************/ 24/**************************** CONFIGURATION *********************************/
27extern struct zfcp_unit *zfcp_get_unit_by_lun(struct zfcp_port *, fcp_lun_t); 25extern struct zfcp_unit *zfcp_get_unit_by_lun(struct zfcp_port *, fcp_lun_t);