summaryrefslogtreecommitdiffstats
path: root/drivers/sound/sgalaxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/sgalaxy.c')
-rw-r--r--drivers/sound/sgalaxy.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/sound/sgalaxy.c b/drivers/sound/sgalaxy.c
index 7bbd36657..1f23125a8 100644
--- a/drivers/sound/sgalaxy.c
+++ b/drivers/sound/sgalaxy.c
@@ -24,8 +24,6 @@
#include "sound_config.h"
#include "soundmodule.h"
-#if defined(CONFIG_SGALAXY) || defined (MODULE)
-
static void sleep( unsigned howlong )
{
current->state = TASK_INTERRUPTIBLE;
@@ -182,5 +180,4 @@ void cleanup_module(void)
SOUND_LOCK_END;
}
-#endif
-#endif
+#endif /* MODULE */