Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions net/core/skbuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@
#include <net/dst.h>
#include <net/sock.h>
#include <net/checksum.h>
#ifndef CONFIG_DEEPIN_KABI_RESERVE
#include <net/gro.h>
#else /* !CONFIG_DEEPIN_KABI_RESERVE */
/* This should be increased if a protocol with a bigger head is added. */
#define GRO_MAX_HEAD (MAX_HEADER + 128)
#endif /* CONFIG_DEEPIN_KABI_RESERVE */
#include <net/gso.h>
#include <net/ip6_checksum.h>
#include <net/xfrm.h>
Expand Down