[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <560D5580.5060608@cumulusnetworks.com>
Date: Thu, 1 Oct 2015 09:47:12 -0600
From: David Ahern <dsa@...ulusnetworks.com>
To: netdev@...r.kernel.org
Cc: dsahern@...il.com
Subject: Re: [PATCH net-next] net: Fix unused variable compile warning
On 10/1/15 9:45 AM, David Ahern wrote:
> diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c
> index facba7ed27de..858165f05040 100644
> --- a/net/ipv4/fib_semantics.c
> +++ b/net/ipv4/fib_semantics.c
> @@ -1564,4 +1564,4 @@ void fib_select_path(struct net *net, struct fib_result *res,
> if (!fl4->saddr)
> fl4->saddr = FIB_RES_PREFSRC(net, *res);
> }
> -EXPORT_SYMBOL(fib_select_path);
> +EXPORT_SYMBOL_GPL(fib_select_path);
grrr.... obviously unrelated. Will resend.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists