projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70a3f8
)
net: vlan: minor: remove unused HAVE_VLAN_PUT_TAG
author
Daniel Borkmann
<dborkman@redhat.com>
Thu, 6 Jun 2013 14:08:31 +0000
(14:08 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 7 Jun 2013 21:39:05 +0000
(14:39 -0700)
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>
include/linux/if_vlan.h
patch
|
blob
|
history
diff --git
a/include/linux/if_vlan.h
b/include/linux/if_vlan.h
index 52bd03b389625c4f449052d021547712a0022cbe..7a9c8cf31659f1e324a68237f1b37e0e21f3a669 100644
(file)
--- a/
include/linux/if_vlan.h
+++ b/
include/linux/if_vlan.h
@@
-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