diff options
Diffstat (limited to 'net/ipv4/gre.c')
| -rw-r--r-- | net/ipv4/gre.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv4/gre.c b/net/ipv4/gre.c index 7a4c710c4cd..d2d5a99fba0 100644 --- a/net/ipv4/gre.c +++ b/net/ipv4/gre.c @@ -27,11 +27,6 @@  static const struct gre_protocol __rcu *gre_proto[GREPROTO_MAX] __read_mostly;  static DEFINE_SPINLOCK(gre_proto_lock); -struct gre_base_hdr { -	__be16 flags; -	__be16 protocol; -}; -#define GRE_HEADER_SECTION 4  int gre_add_protocol(const struct gre_protocol *proto, u8 version)  {  |