]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] msnd section fix
authorAndrew Morton <akpm@osdl.org>
Sun, 25 Jun 2006 12:47:32 +0000 (05:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:04 +0000 (10:01 -0700)
commitca52d16db939674c778fedb7e213399564d572c0
tree175f542cced7975960cc313b375d64b27d622560
parentcd6ed722aebee7de6a3a832ad8a44c08a9359610
[PATCH] msnd section fix

WARNING: sound/oss/msnd.o - Section mismatch: reference to .init.text:msnd_register from __ksymtab between '__ksymtab_msnd_register' (at offset 0x0) and '__ksymtab_msnd_unregister'

This symbol is exported.  It'll oops if the driver is nonmodular and the
caller is modular.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/msnd.c