commit | 5eeb2922152042b78eccfb6cf70458019296654f | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Wed Apr 08 06:04:31 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 08 15:29:08 2015 -0400 |
tree | 6db92f810a0411e602e7ad9e63799a31c6eef546 | |
parent | 3bca4cf6022ee2ff1ff2142bed28a6fca00d3a44 [diff] |
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>