From: Robert Love Date: Tue, 3 Nov 2009 19:46:03 +0000 (-0800) Subject: [SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.c X-Git-Tag: v2.6.33-rc1~344^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93e6d5ab9969a9200752658677eafd96772302f0;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed