summaryrefslogtreecommitdiffstats
path: root/drivers/sound/softoss.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/softoss.c')
-rw-r--r--drivers/sound/softoss.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/sound/softoss.c b/drivers/sound/softoss.c
index 2a9302bbc..ac8e4034f 100644
--- a/drivers/sound/softoss.c
+++ b/drivers/sound/softoss.c
@@ -30,8 +30,6 @@
#include "sound_config.h"
#include "soundmodule.h"
-
-#ifdef CONFIG_SOFTOSS
#include "softoss.h"
#include <linux/ultrasound.h>
@@ -1529,5 +1527,4 @@ void cleanup_module(void)
sound_unload_timerdev(devc->timerdev);
SOUND_LOCK_END;
}
-#endif
-#endif
+#endif /* MODULE */