diff options
Diffstat (limited to 'sound/sound_core.c')
-rw-r--r-- | sound/sound_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c index 68614c3ed541..4ae07e236b36 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | #ifdef CONFIG_SOUND_OSS_CORE | 14 | #ifdef CONFIG_SOUND_OSS_CORE |
15 | static int __init init_oss_soundcore(void); | 15 | static int __init init_oss_soundcore(void); |
16 | static void __exit cleanup_oss_soundcore(void); | 16 | static void cleanup_oss_soundcore(void); |
17 | #else | 17 | #else |
18 | static inline int init_oss_soundcore(void) { return 0; } | 18 | static inline int init_oss_soundcore(void) { return 0; } |
19 | static inline void cleanup_oss_soundcore(void) { } | 19 | static inline void cleanup_oss_soundcore(void) { } |
@@ -574,7 +574,7 @@ int soundcore_open(struct inode *inode, struct file *file) | |||
574 | 574 | ||
575 | MODULE_ALIAS_CHARDEV_MAJOR(SOUND_MAJOR); | 575 | MODULE_ALIAS_CHARDEV_MAJOR(SOUND_MAJOR); |
576 | 576 | ||
577 | static void __exit cleanup_oss_soundcore(void) | 577 | static void cleanup_oss_soundcore(void) |
578 | { | 578 | { |
579 | /* We have nothing to really do here - we know the lists must be | 579 | /* We have nothing to really do here - we know the lists must be |
580 | empty */ | 580 | empty */ |