Skip to content

Commit 6b35308

Browse files
committed
net: Export netif_get_vlan_features().
ERROR: "netif_get_vlan_features" [drivers/net/xen-netfront.ko] undefined! Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1f4f067 commit 6b35308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/core/dev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,6 +1983,7 @@ int netif_get_vlan_features(struct sk_buff *skb, struct net_device *dev)
19831983
else
19841984
return 0;
19851985
}
1986+
EXPORT_SYMBOL(netif_get_vlan_features);
19861987

19871988
/*
19881989
* Returns true if either:

0 commit comments

Comments
 (0)