commit | a2926b1449bcc3d348e2228114b04869dc2f3986 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Sun Jun 25 05:47:32 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:04 2006 -0700 |
tree | 175f542cced7975960cc313b375d64b27d622560 | |
parent | 138bb68ac9d49b0ea7eeecb3a245dc4e20f181da [diff] |
[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>