From: Krzysztof Helt Date: Sun, 7 Sep 2008 15:24:33 +0000 (+0200) Subject: ALSA: fix section mismatch in the sound_core X-Git-Tag: v2.6.28-rc1~720^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de30d36be171c05dfd66fa49e3d785e004f5ecdf;p=pandora-kernel.git ALSA: fix section mismatch in the sound_core The __exit cleanup_oss_soundcore() is called from the __init init_soundcore(). This causes section mismatch and breaks kernel's linking on sparc64. Remove the __exit attribute from the cleanup_oss_soundcore(). Signed-off-by: Krzysztof Helt Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed