mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
bnx2: Fix build with VLAN_8021Q disabled.
Reported by Randy Dunlap. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f42157cb56
commit
08013fa353
@ -35,8 +35,8 @@
|
||||
#include <linux/time.h>
|
||||
#include <linux/ethtool.h>
|
||||
#include <linux/mii.h>
|
||||
#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
|
||||
#include <linux/if_vlan.h>
|
||||
#if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
|
||||
#define BCM_VLAN 1
|
||||
#endif
|
||||
#include <net/ip.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user