diff options
Diffstat (limited to 'drivers/scsi/bfa/vport.c')
-rw-r--r-- | drivers/scsi/bfa/vport.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/scsi/bfa/vport.c b/drivers/scsi/bfa/vport.c index 8d18589e1da2..75d6f058a461 100644 --- a/drivers/scsi/bfa/vport.c +++ b/drivers/scsi/bfa/vport.c | |||
@@ -616,23 +616,6 @@ bfa_fcs_vport_delete_comp(struct bfa_fcs_vport_s *vport) | |||
616 | bfa_sm_send_event(vport, BFA_FCS_VPORT_SM_DELCOMP); | 616 | bfa_sm_send_event(vport, BFA_FCS_VPORT_SM_DELCOMP); |
617 | } | 617 | } |
618 | 618 | ||
619 | /** | ||
620 | * Module initialization | ||
621 | */ | ||
622 | void | ||
623 | bfa_fcs_vport_modinit(struct bfa_fcs_s *fcs) | ||
624 | { | ||
625 | } | ||
626 | |||
627 | /** | ||
628 | * Module cleanup | ||
629 | */ | ||
630 | void | ||
631 | bfa_fcs_vport_modexit(struct bfa_fcs_s *fcs) | ||
632 | { | ||
633 | bfa_fcs_modexit_comp(fcs); | ||
634 | } | ||
635 | |||
636 | u32 | 619 | u32 |
637 | bfa_fcs_vport_get_max(struct bfa_fcs_s *fcs) | 620 | bfa_fcs_vport_get_max(struct bfa_fcs_s *fcs) |
638 | { | 621 | { |