]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ALSA: ctxfi - Add missing inclusion of linux/math64.h
authorTakashi Iwai <tiwai@suse.de>
Fri, 5 Jun 2009 15:58:00 +0000 (17:58 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Jun 2009 16:07:12 +0000 (18:07 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ctxfi/cttimer.c

index 3acb26d0c4ccccf9c6e43f41e748289e1bbc319a..ceda74e356cb9199003b2c210e54f4e7b76ea48e 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <linux/slab.h>
+#include <linux/math64.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
 #include "ctatc.h"