ANDROID: GKI: Fix CRC issue with change to include/net/tcp.h
In commit 87858bbf ("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: 87858bbf ("tcp: drop secpath at the same time as we currently drop dst") Change-Id: I394b93430de576ce509f30e10db8c644f7d601db Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading