diff options
author | Robert Love <robert.w.love@intel.com> | 2009-10-22 03:27:01 +0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 21:00:24 +0300 |
commit | 473e28563fbb038515d4616546297483d3727c02 (patch) | |
tree | 27b9a689e83cf435066da43632e2a934c121f30e /drivers/scsi/libfc/fc_frame.c | |
parent | b04d023cf5b7f4113cc4a09405c2fe8003bfe37d (diff) | |
download | linux-473e28563fbb038515d4616546297483d3727c02.tar.xz |
[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>
Diffstat (limited to 'drivers/scsi/libfc/fc_frame.c')
-rw-r--r-- | drivers/scsi/libfc/fc_frame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_frame.c b/drivers/scsi/libfc/fc_frame.c index 63fe00cfe667..ac3681ae68d9 100644 --- a/drivers/scsi/libfc/fc_frame.c +++ b/drivers/scsi/libfc/fc_frame.c @@ -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; |