summaryrefslogtreecommitdiffstats
path: root/drivers/sound/sys_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/sys_timer.c')
-rw-r--r--drivers/sound/sys_timer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/sound/sys_timer.c b/drivers/sound/sys_timer.c
index e7ca0c84b..5a8a7787a 100644
--- a/drivers/sound/sys_timer.c
+++ b/drivers/sound/sys_timer.c
@@ -20,8 +20,6 @@
#include "sound_config.h"
-#ifdef CONFIG_SEQUENCER
-
static volatile int opened = 0, tmr_running = 0;
static volatile time_t tmr_offs, tmr_ctr;
static volatile unsigned long ticks_offs;
@@ -289,5 +287,3 @@ struct sound_timer_operations default_sound_timer =
def_tmr_ioctl,
def_tmr_arm
};
-
-#endif