After r274205 unbreak NOIP kernels. vsi is now also used outside

address family specific blocks so move it out from under the condition.

MFC after:	6 days
X-MFC with:	r274205
This commit is contained in:
bz 2014-11-07 11:34:06 +00:00
parent c4b6620861
commit 08e27a29f2

View File

@ -1089,8 +1089,8 @@ int
ixl_init_rx_ring(struct ixl_queue *que)
{
struct rx_ring *rxr = &que->rxr;
#if defined(INET6) || defined(INET)
struct ixl_vsi *vsi = que->vsi;
#if defined(INET6) || defined(INET)
struct ifnet *ifp = vsi->ifp;
struct lro_ctrl *lro = &rxr->lro;
#endif