diff options
Diffstat (limited to 'drivers/net/cxgb4vf/adapter.h')
| -rw-r--r-- | drivers/net/cxgb4vf/adapter.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/cxgb4vf/adapter.h b/drivers/net/cxgb4vf/adapter.h index 4fd821aadc8a..594334d5c711 100644 --- a/drivers/net/cxgb4vf/adapter.h +++ b/drivers/net/cxgb4vf/adapter.h @@ -40,6 +40,7 @@  #ifndef __CXGB4VF_ADAPTER_H__  #define __CXGB4VF_ADAPTER_H__ +#include <linux/interrupt.h>  #include <linux/pci.h>  #include <linux/spinlock.h>  #include <linux/skbuff.h> @@ -91,7 +92,6 @@ struct sge_rspq;   */  struct port_info {  	struct adapter *adapter;	/* our adapter */ -	struct vlan_group *vlan_grp;	/* out VLAN group */  	u16 viid;			/* virtual interface ID */  	s16 xact_addr_filt;		/* index of our MAC address filter */  	u16 rss_size;			/* size of VI's RSS table slice */ | 
