From 3b378e1f7e5b372a88189398f3946fd55da5923a Mon Sep 17 00:00:00 2001 From: Marcin Ślusarz Date: Fri, 14 Dec 2007 12:59:50 +0100 Subject: [ALSA] sound/core/seq: move declarations of globally visible variables to proper headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sound/core/seq: move declarations of globally visible variables to proper headers Signed-off-by: Marcin Ślusarz Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/core/seq/seq_timer.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sound/core/seq/seq_timer.c') diff --git a/sound/core/seq/seq_timer.c b/sound/core/seq/seq_timer.c index 8716352afc81..82a5b333a963 100644 --- a/sound/core/seq/seq_timer.c +++ b/sound/core/seq/seq_timer.c @@ -27,13 +27,6 @@ #include "seq_queue.h" #include "seq_info.h" -extern int seq_default_timer_class; -extern int seq_default_timer_sclass; -extern int seq_default_timer_card; -extern int seq_default_timer_device; -extern int seq_default_timer_subdevice; -extern int seq_default_timer_resolution; - /* allowed sequencer timer frequencies, in Hz */ #define MIN_FREQUENCY 10 #define MAX_FREQUENCY 6250 -- cgit