Skip to content
Snippets Groups Projects
Commit df6b6a0c authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

vlan: remove useless struct hlist_node declaration from if_vlan.h

parent 22d1ba74
No related branches found
No related tags found
No related merge requests found
...@@ -14,10 +14,6 @@ ...@@ -14,10 +14,6 @@
#define _LINUX_IF_VLAN_H_ #define _LINUX_IF_VLAN_H_
#ifdef __KERNEL__ #ifdef __KERNEL__
/* externally defined structs */
struct hlist_node;
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment