]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/soundcard.c
Pull define-node-cleanup into release branch
[linux-2.6-omap-h63xx.git] / sound / oss / soundcard.c
index a686be936aff42deb28519f156418762216d1132..95fa81e26de21f395c3e9a13e7fab853728df3df 100644 (file)
@@ -681,8 +681,7 @@ static void do_sequencer_timer(unsigned long dummy)
 }
 
 
-static struct timer_list seq_timer =
-               TIMER_INITIALIZER(do_sequencer_timer, 0, 0);
+static DEFINE_TIMER(seq_timer, do_sequencer_timer, 0, 0);
 
 void request_sound_timer(int count)
 {