cxgbe/iw_cxgbe: Fix reported build breakage when the kernel

configuration has "device cxgbe' but no VIMAGE.

Reported by:	mav@
Approved by:	re@ (kib@)
This commit is contained in:
Navdeep Parhar 2018-09-13 16:27:21 +00:00
parent becaaa9be9
commit 6f3a49c317
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338652

View File

@ -2524,8 +2524,10 @@ int c4iw_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
struct c4iw_dev *dev = to_c4iw_dev(cm_id->device);
struct c4iw_ep *ep = NULL;
struct ifnet *nh_ifp; /* Logical egress interface */
#ifdef VIMAGE
struct rdma_cm_id *rdma_id = (struct rdma_cm_id*)cm_id->context;
struct vnet *vnet = rdma_id->route.addr.dev_addr.net;
#endif
CTR2(KTR_IW_CXGBE, "%s:ccB %p", __func__, cm_id);