Skip to content

Commit 0c49031

Browse files
authored
Revert "deepin: net: Fix kabi breakage for skbuff by exclude header"
This reverts commit ebe57af.
1 parent 3e321ca commit 0c49031

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

net/core/skbuff.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,7 @@
6767
#include <net/dst.h>
6868
#include <net/sock.h>
6969
#include <net/checksum.h>
70-
#ifndef CONFIG_DEEPIN_KABI_RESERVE
7170
#include <net/gro.h>
72-
#else /* !CONFIG_DEEPIN_KABI_RESERVE */
73-
/* This should be increased if a protocol with a bigger head is added. */
74-
#define GRO_MAX_HEAD (MAX_HEADER + 128)
75-
#endif /* CONFIG_DEEPIN_KABI_RESERVE */
7671
#include <net/gso.h>
7772
#include <net/ip6_checksum.h>
7873
#include <net/xfrm.h>

0 commit comments

Comments
 (0)