Skip to content

Commit

Permalink
net: vlan: minor: remove unused HAVE_VLAN_PUT_TAG
Browse files Browse the repository at this point in the history
Remove the definition of HAVE_VLAN_PUT_TAG since it's not
used or exported anywhere.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed Jun 7, 2013
1 parent d70a3f8 commit 350e780
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/if_vlan.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ static inline struct sk_buff *__vlan_hwaccel_put_tag(struct sk_buff *skb,
return skb;
}

#define HAVE_VLAN_PUT_TAG

/**
* vlan_put_tag - inserts VLAN tag according to device features
* @skb: skbuff to tag
Expand Down

0 comments on commit 350e780

Please sign in to comment.