--- zzzz-none-000/linux-5.15.111/include/net/rtnetlink.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/include/net/rtnetlink.h 2024-02-07 10:23:27.000000000 +0000 @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* + Includes MaxLinear's changes dated: 2021, 2023. + Changed portions - Copyright 2021-2023 MaxLinear, Inc. +*/ + #ifndef __NET_RTNETLINK_H #define __NET_RTNETLINK_H @@ -127,6 +132,9 @@ int rtnl_link_register(struct rtnl_link_ops *ops); void rtnl_link_unregister(struct rtnl_link_ops *ops); +#ifdef CONFIG_OPENVSWITCH_BRCOMPAT +const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind); +#endif /** * struct rtnl_af_ops - rtnetlink address family operations