]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/if_vlan.h
[VLAN]: Kill useless VLAN_NAME define
[mv-sheeva.git] / include / linux / if_vlan.h
index a1b0066ec0d95b3cacbc8da1dc41ef6910550ed7..0325d6b17e07f64192284558b883c84af341bb8c 100644 (file)
@@ -72,8 +72,6 @@ static inline struct vlan_ethhdr *vlan_eth_hdr(const struct sk_buff *skb)
 /* found in socket.c */
 extern void vlan_ioctl_set(int (*hook)(struct net *, void __user *));
 
-#define VLAN_NAME "vlan"
-
 /* if this changes, algorithm will have to be reworked because this
  * depends on completely exhausting the VLAN identifier space.  Thus
  * it gives constant time look-up, but in many cases it wastes memory.