From 9f80a949220480412976c462176166ebdff4c6cd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Nov 2018 04:18:51 +0000 Subject: [PATCH] ib_srpt: Restore struct srp_login_req_rdma git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7554 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index a956d1827..62a5eccd0 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -469,7 +469,6 @@ struct srpt_device { struct ib_event_handler event_handler; }; -#if 0 /** * struct srp_login_req_rdma - RDMA/CM login parameters. * @@ -490,4 +489,3 @@ struct srp_login_req_rdma { }; #endif /* IB_SRPT_H */ -#endif