From: Andi Kleen Date: Wed, 8 Apr 2015 13:04:31 +0000 (-0700) Subject: fou: Don't use const __read_mostly X-Git-Tag: omap-for-v4.2/o2_dc~131^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eeb2922152042b78eccfb6cf70458019296654f;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed