Re: [PATCH] ipconfig: fix trivial build error
From: David Miller <davem@davemloft.net>
Date: 2012-09-25 17:23:19
Also in:
netdev
From: David Miller <davem@davemloft.net>
Date: 2012-09-25 17:23:19
Also in:
netdev
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Date: Tue, 25 Sep 2012 11:09:58 +0300
The commit 5e953778a2aab04929a5e7b69f53dc26e39b079e ("ipconfig: add nameserver
IPs to kernel-parameter ip=") introduces ic_nameservers_predef() that defined
only for BOOTP. However it is used by ip_auto_config_setup() as well. This
patch moves it outside of #ifdef BOOTP.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>Applied, thanks.