commit | 93e6d5ab9969a9200752658677eafd96772302f0 | [log] [tgz] |
---|---|---|
author | Robert Love <robert.w.love@intel.com> | Tue Nov 03 11:46:03 2009 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Fri Dec 04 12:00:55 2009 -0600 |
tree | 80858e13b9ddeee57e1743438bbaedbf2e7740f0 | |
parent | 8866a5d9075b7129194576f5f810e85a693c40ba [diff] |
[SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.c These routines are for the libfc kernel module and should be in the libfc .c file. Moving the libfc __init routine into fc_libfc.c caused the creation of the fc_setup_fcp() and fc_destroy_fcp() routines so that scsi_pkt_cachep was not exposed outside of fc_fcp.c. Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>