git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65fcd41
)
ALSA: lto, sound: Fix export symbols for !CONFIG_MODULES
author
Andi Kleen
<ak@linux.intel.com>
Sun, 19 Aug 2012 02:56:22 +0000
(19:56 -0700)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 20 Aug 2012 09:53:10 +0000
(11:53 +0200)
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>
No differences found