[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / libfc / fc_rport.c
index bdc973278d8d6c92deedc6befd457040cd79e037..1f795e4e4742e1234e06a6fd01b73bc9f5a0ecdf 100644 (file)
@@ -1565,13 +1565,11 @@ int fc_setup_rport(void)
                return -ENOMEM;
        return 0;
 }
-EXPORT_SYMBOL(fc_setup_rport);
 
 void fc_destroy_rport(void)
 {
        destroy_workqueue(rport_event_queue);
 }
-EXPORT_SYMBOL(fc_destroy_rport);
 
 void fc_rport_terminate_io(struct fc_rport *rport)
 {