]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/8021q/vlan_dev.c
hwmon: (ams) Convert to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / net / 8021q / vlan_dev.c
index 97688cdb550157287dd8a7cfb54317e1e2dc5168..8883e9c8a2230ccb993cd4bcc86131e6babbaece 100644 (file)
@@ -48,7 +48,7 @@ static int vlan_dev_rebuild_header(struct sk_buff *skb)
 
        switch (veth->h_vlan_encapsulated_proto) {
 #ifdef CONFIG_INET
-       case __constant_htons(ETH_P_IP):
+       case htons(ETH_P_IP):
 
                /* TODO:  Confirm this will work with VLAN headers... */
                return arp_find(veth->h_dest, skb);