--- zzzz-none-000/linux-3.10.107/net/netfilter/nf_conntrack_proto_generic.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/net/netfilter/nf_conntrack_proto_generic.c 2021-11-10 11:53:56.000000000 +0000 @@ -6,7 +6,16 @@ * published by the Free Software Foundation. */ +/** + * Some part of this file is modified by Ikanos Communications. + * + * Copyright (C) 2013-2014 Ikanos Communications. + */ + #include +#ifdef CONFIG_MACH_FUSIV +#include +#endif #include #include #include @@ -238,3 +247,6 @@ .init_net = generic_init_net, .get_net_proto = generic_get_net_proto, }; +#ifdef CONFIG_MACH_FUSIV +EXPORT_SYMBOL(nf_ct_generic_timeout); +#endif