mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
ANDROID: GKI: Fix CRC issue with change to include/net/tcp.h
In commit87858bbf21("tcp: drop secpath at the same time as we currently drop dst"), a new .h file is added to include/net/tcp.h which causes lots of new CRC changes to also happen. Fix this up by using a __GENKSYMS__ guard. Fixes:87858bbf21("tcp: drop secpath at the same time as we currently drop dst") Change-Id: I394b93430de576ce509f30e10db8c644f7d601db Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
#include <net/inet_ecn.h>
|
||||
#include <net/dst.h>
|
||||
#include <net/mptcp.h>
|
||||
#ifndef __GENKSYMS__
|
||||
#include <net/xfrm.h>
|
||||
#endif
|
||||
|
||||
#include <linux/seq_file.h>
|
||||
#include <linux/memcontrol.h>
|
||||
|
||||
Reference in New Issue
Block a user