diff options
Diffstat (limited to 'net/8021q/vlan.h')
-rw-r--r-- | net/8021q/vlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/8021q/vlan.h b/net/8021q/vlan.h index 56378651cc46..0cfdf77b497c 100644 --- a/net/8021q/vlan.h +++ b/net/8021q/vlan.h | |||
@@ -38,7 +38,7 @@ void vlan_dev_get_vid(const struct net_device *dev, unsigned short *result); | |||
38 | int vlan_check_real_dev(struct net_device *real_dev, unsigned short vlan_id); | 38 | int vlan_check_real_dev(struct net_device *real_dev, unsigned short vlan_id); |
39 | void vlan_setup(struct net_device *dev); | 39 | void vlan_setup(struct net_device *dev); |
40 | int register_vlan_dev(struct net_device *dev); | 40 | int register_vlan_dev(struct net_device *dev); |
41 | int unregister_vlan_device(struct net_device *dev); | 41 | void unregister_vlan_dev(struct net_device *dev); |
42 | 42 | ||
43 | int vlan_netlink_init(void); | 43 | int vlan_netlink_init(void); |
44 | void vlan_netlink_fini(void); | 44 | void vlan_netlink_fini(void); |