[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:
parent
b04d023cf5
commit
473e28563f
4 changed files with 0 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue