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:
22d1ba7
)
vlan: remove useless struct hlist_node declaration from if_vlan.h
author
Patrick McHardy
<kaber@trash.net>
Tue, 8 Jul 2008 10:24:14 +0000
(
03:24
-0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 8 Jul 2008 10:24:14 +0000
(
03:24
-0700)
Signed-off-by: Patrick McHardy <kaber@trash.net>
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 cb2e6b480882fe9c5ccb0390c99b7a495b0f04a1..8e68b05b13df646404f63692757d9542fc0526a8 100644
(file)
--- a/
include/linux/if_vlan.h
+++ b/
include/linux/if_vlan.h
@@
-14,10
+14,6
@@
#define _LINUX_IF_VLAN_H_
#ifdef __KERNEL__
-
-/* externally defined structs */
-struct hlist_node;
-
#include <linux/netdevice.h>
#include <linux/etherdevice.h>