Gitweb: http://git.kernel.org/linus/28cd4aa43de2b6d3b1e3385d450bfb31cbe8d72a Commit: 28cd4aa43de2b6d3b1e3385d450bfb31cbe8d72a Parent: 032abb519c23000f8a0fae78bb460047f9129270 Author: Takashi Iwai <tiwai@suse.de> AuthorDate: Fri Jun 5 17:58:00 2009 +0200 Committer: Takashi Iwai <tiwai@suse.de> CommitDate: Fri Jun 5 18:07:12 2009 +0200 ALSA: ctxfi - Add missing inclusion of linux/math64.h Signed-off-by: Takashi Iwai <tiwai@suse.de> --- 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 3acb26d..ceda74e 100644 --- a/sound/pci/ctxfi/cttimer.c +++ b/sound/pci/ctxfi/cttimer.c @@ -7,6 +7,7 @@ */ #include <linux/slab.h> +#include <linux/math64.h> #include <sound/core.h> #include <sound/pcm.h> #include "ctatc.h" -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
