From: Fabian Frederick <[email protected]> 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 <[email protected]> > Cc: Fengguang Wu <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Alexey Kuznetsov <[email protected]> > Cc: [email protected] > Signed-off-by: Fabian Frederick <[email protected]> Applied, thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

