ANDROID: GKI: add guards for an include file in net/ethtool/ioctl.c
In commit82f9af464e
("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:
parent
4f94769349
commit
5cdaba14b8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user