aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/msnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/oss/msnd.c')
-rw-r--r--sound/oss/msnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/msnd.c b/sound/oss/msnd.c
index 5dbfc0f9c3c7..ba38d6200099 100644
--- a/sound/oss/msnd.c
+++ b/sound/oss/msnd.c
@@ -47,7 +47,7 @@
47static multisound_dev_t *devs[MSND_MAX_DEVS]; 47static multisound_dev_t *devs[MSND_MAX_DEVS];
48static int num_devs; 48static int num_devs;
49 49
50int __init msnd_register(multisound_dev_t *dev) 50int msnd_register(multisound_dev_t *dev)
51{ 51{
52 int i; 52 int i;
53 53