projects
/
platform
/
kernel
/
linux-amlogic.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
cb2e6b4
..
8e68b05
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>