[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:
Robert Love
2009-10-21 16:27:01 -07:00
committed by James Bottomley
parent b04d023cf5
commit 473e28563f
4 changed files with 0 additions and 5 deletions

View File

@@ -69,7 +69,6 @@ struct fc_frame *__fc_frame_alloc(size_t len)
}
EXPORT_SYMBOL(__fc_frame_alloc);
struct fc_frame *fc_frame_alloc_fill(struct fc_lport *lp, size_t payload_len)
{
struct fc_frame *fp;