aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/scsi/libfc.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2016-10-18 10:01:47 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2016-11-08 17:29:56 -0500
commita8220ded095695f2f11f0c35e1d2578bb0ec0e8f (patch)
treea2c8f6a5d0c8698de6a22d4208e7f36780398578 /include/scsi/libfc.h
parentscsi: libfc: Replace ->rport_flush_queue callback with function call (diff)
downloadwireguard-linux-a8220ded095695f2f11f0c35e1d2578bb0ec0e8f.tar.xz
wireguard-linux-a8220ded095695f2f11f0c35e1d2578bb0ec0e8f.zip
scsi: libfc: Remove fc_rport_init()
Function is empty now and can be removed. Signed-off-by: Hannes Reinecke <hare@suse.com> Acked-by: Johannes Thumshirn <jth@kernel.org> Reviewed-by: Chad Dupuis <chad.dupuis@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r--include/scsi/libfc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index 57630c5a7fc4..a77690125021 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -978,7 +978,6 @@ void fc_lport_iterate(void (*func)(struct fc_lport *, void *), void *);
/*
* REMOTE PORT LAYER
*****************************/
-int fc_rport_init(struct fc_lport *);
void fc_rport_terminate_io(struct fc_rport *);
struct fc_rport_priv *fc_rport_lookup(const struct fc_lport *lport,
u32 port_id);