diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-05 11:58:00 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-05 12:07:12 -0400 |
commit | 28cd4aa43de2b6d3b1e3385d450bfb31cbe8d72a (patch) | |
tree | e41e1da014bcca6f17d0c3bf1b3b1827fb3bdab7 /sound/pci/ctxfi | |
parent | 032abb519c23000f8a0fae78bb460047f9129270 (diff) |
ALSA: ctxfi - Add missing inclusion of linux/math64.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi')
-rw-r--r-- | sound/pci/ctxfi/cttimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ctxfi/cttimer.c b/sound/pci/ctxfi/cttimer.c index 3acb26d0c4cc..ceda74e356cb 100644 --- a/sound/pci/ctxfi/cttimer.c +++ b/sound/pci/ctxfi/cttimer.c | |||
@@ -7,6 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |
10 | #include <linux/math64.h> | ||
10 | #include <sound/core.h> | 11 | #include <sound/core.h> |
11 | #include <sound/pcm.h> | 12 | #include <sound/pcm.h> |
12 | #include "ctatc.h" | 13 | #include "ctatc.h" |