LinuxKPI: net/if_inet6.h add struct inet6_dev { }

Add a dummy struct inet6_dev {}; to net/if_inet6.h.  This is currently
not used for anything but in a declaration.  Just needs to be there.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
Reviewed by:	hselasky
Differential Revision: https://reviews.freebsd.org/D30426
This commit is contained in:
Bjoern A. Zeeb 2021-05-24 18:11:56 +00:00
parent 602e4e433d
commit ff09f9133f

View file

@ -36,6 +36,10 @@
#include <asm/types.h>
struct inet6_dev {
/* XXX currently unused but in a declaration. */
};
static inline void ipv6_eth_mc_map(const struct in6_addr *addr, char *buf)
{
/*