Skip to content

Commit

Permalink
net: Export netif_get_vlan_features().
Browse files Browse the repository at this point in the history
ERROR: "netif_get_vlan_features" [drivers/net/xen-netfront.ko] undefined!

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Nov 16, 2010
1 parent 1f4f067 commit 6b35308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,7 @@ int netif_get_vlan_features(struct sk_buff *skb, struct net_device *dev)
else
return 0;
}
EXPORT_SYMBOL(netif_get_vlan_features);

/*
* Returns true if either:
Expand Down

0 comments on commit 6b35308

Please sign in to comment.