[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20131007.155953.607467271817129788.davem@davemloft.net>
Date: Mon, 07 Oct 2013 15:59:53 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: festevam@...il.com
Cc: edumazet@...gle.com, hannes@...essinduktion.org,
netdev@...r.kernel.org, olof@...om.net, fabio.estevam@...escale.com
Subject: Re: [PATCH v2] net: secure_seq: Fix warning when CONFIG_IPV6 and
CONFIG_INET are not selected
From: Fabio Estevam <festevam@...il.com>
Date: Sat, 5 Oct 2013 17:56:59 -0300
> From: Fabio Estevam <fabio.estevam@...escale.com>
>
> net_secret() is only used when CONFIG_IPV6 or CONFIG_INET are selected.
>
> Building a defconfig with both of these symbols unselected (Using the ARM
> at91sam9rl_defconfig, for example) leads to the following build warning:
...
> Fix this warning by protecting the definition of net_secret() with these
> symbols.
>
> Reported-by: Olof Johansson <olof@...om.net>
> Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
> ---
> Changes since v1:
> - Add #if IS_ENABLED(CONFIG_IPV6) || IS_ENABLED(CONFIG_INET)
This looks a lot better, applied, thanks.
--
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