Skip to content

Commit

Permalink
[SCSI] zfcp: Move FC code to new file
Browse files Browse the repository at this point in the history
Move all Fibre Channel related code to new file and cleanup the code
while doing so.

Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Jul 12, 2008
1 parent 6362abd commit 24073b4
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 726 deletions.
2 changes: 1 addition & 1 deletion drivers/s390/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

zfcp-objs := zfcp_aux.o zfcp_ccw.o zfcp_scsi.o zfcp_erp.o zfcp_qdio.o \
zfcp_fsf.o zfcp_dbf.o zfcp_sysfs_adapter.o zfcp_sysfs_port.o \
zfcp_sysfs_unit.o zfcp_sysfs_driver.o
zfcp_sysfs_unit.o zfcp_sysfs_driver.o zfcp_fc.o

obj-$(CONFIG_ZFCP) += zfcp.o
Loading

0 comments on commit 24073b4

Please sign in to comment.