]> err.no Git - linux-2.6/blobdiff - sound/core/seq/seq_timer.c
[PATCH] optimise 64bit unaligned access on 32bit kernel
[linux-2.6] / sound / core / seq / seq_timer.c
index 753f1c0863ccf29cc24e67e679997f9437674885..a7f76fc9528092bc38985337409f97dd81451270 100644 (file)
@@ -36,7 +36,8 @@ extern int seq_default_timer_resolution;
 
 #define SKEW_BASE      0x10000 /* 16bit shift */
 
-void snd_seq_timer_set_tick_resolution(seq_timer_tick_t *tick, int tempo, int ppq, int nticks)
+static void snd_seq_timer_set_tick_resolution(seq_timer_tick_t *tick,
+                                             int tempo, int ppq, int nticks)
 {
        if (tempo < 1000000)
                tick->resolution = (tempo * 1000) / ppq;