ANDROID: GKI: Fix CRC issue with change to include/net/tcp.h

In commit 87858bbf21 ("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:
Greg Kroah-Hartman
2025-03-12 07:22:32 +00:00
parent 87c6ad8371
commit 2785dc9dde

View File

@@ -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>