[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140709.143312.1847154920217915711.davem@davemloft.net>
Date: Wed, 09 Jul 2014 14:33:12 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: fabf@...net.be
Cc: linux-kernel@...r.kernel.org, fengguang.wu@...el.com,
kuznet@....inr.ac.ru, netdev@...r.kernel.org
Subject: Re: [PATCH 1/1 net-next] ipconfig: move ic_dev_xid under
IPCONFIG_BOOTP
From: Fabian Frederick <fabf@...net.be>
Date: Wed, 9 Jul 2014 20:35:21 +0200
> ic_dev_xid is only used in __init ic_bootp_recv under IPCONFIG_BOOTP
> and __init ic_dynamic under IPCONFIG_DYNAMIC(which is itself defined
> with the same IPCONFIG_BOOTP)
>
> This patch fixes the following warning when IPCONFIG_BOOTP is not set:
>>> net/ipv4/ipconfig.c:146:15: warning: 'ic_dev_xid' defined but not used [-Wunused-variable]
> static __be32 ic_dev_xid; /* Device under configuration */
>
> Reported-by: Fengguang Wu <fengguang.wu@...el.com>
> Cc: Fengguang Wu <fengguang.wu@...el.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Alexey Kuznetsov <kuznet@....inr.ac.ru>
> Cc: netdev@...r.kernel.org
> Signed-off-by: Fabian Frederick <fabf@...net.be>
Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists