From: Andi Kleen Date: Sun, 19 Aug 2012 02:56:22 +0000 (-0700) Subject: ALSA: lto, sound: Fix export symbols for !CONFIG_MODULES X-Git-Tag: v3.7-rc1~81^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dea9d382a7aca9ebb48a80a34d7e1cf4ac8dcb2;p=pandora-kernel.git ALSA: lto, sound: Fix export symbols for !CONFIG_MODULES The new LTO EXPORT_SYMBOL references symbols even without CONFIG_MODULES. Since these functions are macros in this case this doesn't work. Add a ifdef to fix the build. Signed-off-by: Andi Kleen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed