Anders Roxell
289e1f4e9e
net: ipv4: ipconfig: fix unused variable
...
When CONFIG_PROC_FS isn't set, variable ipconfig_dir isn't used.
net/ipv4/ipconfig.c:167:31: warning: ‘ipconfig_dir’ defined but not used [-Wunused-variable]
static struct proc_dir_entry *ipconfig_dir;
^~~~~~~~~~~~
Move the declaration of ipconfig_dir inside the CONFIG_PROC_FS ifdef to
fix the warning.
Fixes: c04d2cb200 ("ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_servers")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-05-13 20:27:25 -04:00
..
2018-05-11 20:53:22 -04:00
2018-05-07 23:37:30 -04:00
2018-03-26 12:07:48 -04:00
2018-05-04 12:52:47 -04:00
2018-03-26 12:07:48 -04:00
2018-04-01 19:49:34 -04:00
2018-04-08 17:19:15 -04:00
2018-04-18 23:34:16 +02:00
2018-05-10 17:50:51 -04:00
2018-04-19 13:37:10 -04:00
2018-03-27 13:18:09 -04:00
2018-05-10 10:15:05 +02:00
2018-05-10 15:13:34 -04:00
2018-05-03 15:14:57 -04:00
2018-04-23 10:21:24 -04:00
2018-04-17 15:17:41 -04:00
2018-05-11 12:03:06 -04:00
2018-05-08 00:02:36 -04:00
2018-04-23 20:56:24 +02:00
2018-04-22 21:12:00 -04:00
2018-05-13 20:27:25 -04:00
2018-05-11 20:53:22 -04:00
2018-03-23 11:31:58 -04:00
2018-03-27 13:18:09 -04:00
2018-04-09 07:06:38 +02:00
2018-04-27 11:06:35 -04:00
2018-05-08 00:11:40 -04:00
2018-05-07 20:35:15 +02:00
2018-03-28 22:55:18 +02:00
2018-03-27 13:18:09 -04:00
2018-04-17 13:50:58 -04:00
2018-05-06 21:51:37 -04:00
2018-02-14 14:01:41 -05:00
2018-05-04 13:00:57 -04:00
2018-03-26 12:07:48 -04:00
2018-02-19 18:46:11 -05:00
2018-05-04 12:54:38 -04:00
2018-05-11 20:53:22 -04:00
2018-05-03 15:55:24 -07:00
2018-03-27 13:18:09 -04:00
2018-04-27 15:06:10 -04:00
2018-05-03 11:26:14 -04:00
2018-05-07 15:01:40 +02:00
2018-03-26 12:07:48 -04:00
2018-05-10 23:26:01 +01:00
2018-05-11 20:53:22 -04:00
2018-05-11 20:53:22 -04:00
2018-05-04 11:45:06 -04:00
2018-04-22 21:09:16 -04:00
2018-05-11 13:56:43 -07:00
2018-05-11 20:53:22 -04:00
2018-05-11 20:53:22 -04:00
2018-04-04 11:13:40 -04:00
2018-04-17 09:44:30 -04:00
2018-04-20 09:58:03 +02:00
2018-03-26 12:07:48 -04:00
2018-05-03 15:55:25 -07:00
2018-05-11 20:53:22 -04:00
2018-04-27 19:46:06 -04:00
2018-05-07 23:35:08 -04:00
2018-05-03 15:55:23 -07:00
2018-04-05 11:56:35 -07:00
2018-03-27 13:18:09 -04:00