commit | 8dea9d382a7aca9ebb48a80a34d7e1cf4ac8dcb2 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Sat Aug 18 19:56:22 2012 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 20 11:53:10 2012 +0200 |
tree | 58fbfc10128b9eded4cec05915d577b1b6b223dc | |
parent | 65fcd41d371f4464c3f5a0433a8056cc3d739397 [diff] |
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 <ak@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>