Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: more section mismatches

Fix section mismatch warnings:

WARNING: sound/built-in.o(.exit.text+0x3ad): Section mismatch: reference to .init.text: (between 'sb_exit' and 'unload_uart6850')
WARNING: sound/built-in.o(.exit.text+0x753): Section mismatch: reference to .init.text: (between 'snd_mts64_module_exit' and 'snd_portman_module_exit')

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Jaroslav Kysela <perex@suse.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
10c86be5 95203aec

+2 -2
+1 -1
sound/drivers/mts64.c
··· 1048 1048 /********************************************************************* 1049 1049 * module init stuff 1050 1050 *********************************************************************/ 1051 - static void __init_or_module snd_mts64_unregister_all(void) 1051 + static void snd_mts64_unregister_all(void) 1052 1052 { 1053 1053 int i; 1054 1054
+1 -1
sound/oss/sb_card.c
··· 290 290 MODULE_DEVICE_TABLE(pnp_card, sb_pnp_card_table); 291 291 #endif /* CONFIG_PNP */ 292 292 293 - static void __init_or_module sb_unregister_all(void) 293 + static void sb_unregister_all(void) 294 294 { 295 295 #ifdef CONFIG_PNP 296 296 if (pnp_registered)