[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily
These are a few functions that were not used by other modules. They did not need to be exported so this patch removes the EXPORT_SYMBOLS call for each. Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:

committed by
James Bottomley

parent
b04d023cf5
commit
473e28563f
@@ -285,7 +285,6 @@ void fc_fcp_ddp_setup(struct fc_fcp_pkt *fsp, u16 xid)
|
||||
fsp->xfer_ddp = xid;
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL(fc_fcp_ddp_setup);
|
||||
|
||||
/*
|
||||
* fc_fcp_ddp_done - calls to LLD's ddp_done to release any
|
||||
|
Reference in New Issue
Block a user