]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/rtctimer.c
Merge branch 'omap-fixes'
[linux-2.6-omap-h63xx.git] / sound / core / rtctimer.c
index 51e64e30dd3b6eea52b9d79908e3e50e333e7979..0851cd13e30394811e54fb29ed9a02112c9849ac 100644 (file)
@@ -118,7 +118,7 @@ static void rtctimer_tasklet(unsigned long data)
  */
 static void rtctimer_interrupt(void *private_data)
 {
-       tasklet_hi_schedule(private_data);
+       tasklet_schedule(private_data);
 }