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)
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>

No differences found