RDMA/usnic: Instantiate data structures once
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 11 Oct 2017 17:49:27 +0000 (10:49 -0700)
committerDoug Ledford <dledford@redhat.com>
Sun, 15 Oct 2017 00:47:07 +0000 (20:47 -0400)
commitbd8c2021ab1e2891e393e7cf2fb6f3842449c742
treea0bceefc446f8e9d6a4662a220759d2bcac2a4f8
parent4c23e5085fd53478a14bb743dc7386abb2f68ec6
RDMA/usnic: Instantiate data structures once

Data structures should not be defined in a header file. Hence move
the min_transport_spec[] definition from a header file to a .c file.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Christian Benvenuti <benve@cisco.com>
Cc: Dave Goodell <dgoodell@cisco.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h
drivers/infiniband/hw/usnic/usnic_ib_verbs.c