summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
authorArnd Bergmann2018-02-28 14:32:48 +0100
committerDavid S. Miller2018-03-01 19:38:22 +0100
commit773daa3caf5d3f87fdb1ab43e9c1b367a38fa394 (patch)
tree96393fc1a0f61761d3ec262a2bbb2eba375ea4f4 /drivers/bluetooth/btusb.c
parentMerge branch 'mlxsw-fixes' (diff)
downloadkernel-qcow2-linux-773daa3caf5d3f87fdb1ab43e9c1b367a38fa394.tar.gz
kernel-qcow2-linux-773daa3caf5d3f87fdb1ab43e9c1b367a38fa394.tar.xz
kernel-qcow2-linux-773daa3caf5d3f87fdb1ab43e9c1b367a38fa394.zip
net: ipv4: avoid unused variable warning for sysctl
The newly introudced ip_min_valid_pmtu variable is only used when CONFIG_SYSCTL is set: net/ipv4/route.c:135:12: error: 'ip_min_valid_pmtu' defined but not used [-Werror=unused-variable] This moves it to the other variables like it, to avoid the harmless warning. Fixes: c7272c2f1229 ("net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
0 files changed, 0 insertions, 0 deletions