aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_exch.c
diff options
context:
space:
mode:
authorRobert Love <robert.w.love@intel.com>2009-10-21 16:27:01 -0700
committerJames Bottomley <James.Bottomley@suse.de>2009-12-04 12:00:24 -0600
commit473e28563fbb038515d4616546297483d3727c02 (patch)
tree27b9a689e83cf435066da43632e2a934c121f30e /drivers/scsi/libfc/fc_exch.c
parent[SCSI] fcoe: remove redundant checking of netdev->netdev_ops (diff)
downloadlinux-dev-473e28563fbb038515d4616546297483d3727c02.tar.xz
linux-dev-473e28563fbb038515d4616546297483d3727c02.zip
[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_exch.c')
-rw-r--r--drivers/scsi/libfc/fc_exch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/libfc/fc_exch.c b/drivers/scsi/libfc/fc_exch.c
index c1c15748220c..ae8f9e9ac958 100644
--- a/drivers/scsi/libfc/fc_exch.c
+++ b/drivers/scsi/libfc/fc_exch.c
@@ -422,7 +422,6 @@ int fc_seq_exch_abort(const struct fc_seq *req_sp, unsigned int timer_msec)
error = -ENOBUFS;
return error;
}
-EXPORT_SYMBOL(fc_seq_exch_abort);
/*
* Exchange timeout - handle exchange timer expiration.