ANDROID: GKI: add guards for an include file in net/ethtool/ioctl.c

In commit 82f9af464e ("ipv6: Remove in6addr_any alternatives."), the
6.1.54 release adds a new include file, which changes the crc generation
of some of the public symbols in that file.  Fix that up by adding a

Bug: 161946584
Fixes: 82f9af464e ("ipv6: Remove in6addr_any alternatives.")
Change-Id: I495d21a761e3724ed1ca605496b2b85acb7a77f5
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2023-10-18 14:17:46 +00:00
parent 4f94769349
commit 5cdaba14b8

View File

@ -27,7 +27,9 @@
#include <linux/net.h>
#include <linux/pm_runtime.h>
#include <net/devlink.h>
#ifndef __GENKSYMS__
#include <net/ipv6.h>
#endif
#include <net/xdp_sock_drv.h>
#include <net/flow_offload.h>
#include <linux/ethtool_netlink.h>