fou: Don't use const __read_mostly
authorAndi Kleen <ak@linux.intel.com>
Wed, 8 Apr 2015 13:04:31 +0000 (06:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2015 19:29:08 +0000 (15:29 -0400)
commit5eeb2922152042b78eccfb6cf70458019296654f
tree6db92f810a0411e602e7ad9e63799a31c6eef546
parent3bca4cf6022ee2ff1ff2142bed28a6fca00d3a44
fou: Don't use const __read_mostly

const __read_mostly is a senseless combination. If something
is already const it cannot be __read_mostly. Remove the bogus
__read_mostly in the fou driver.

This fixes section conflicts with LTO.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fou.c
This page took 0.025661 seconds and 5 git commands to generate.