aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-08-10 12:40:22 +0200
committerTakashi Iwai <tiwai@suse.de>2010-08-10 12:40:22 +0200
commitfe0d5cd08047e4e7bf23610498b6e936f5a574bd (patch)
treeeea6d1a06cdb10f2a0c8d51c777aa9b147fb22ff
parent3d9eb8968903be818b9c130b5512843eaf30b915 (diff)
downloadalsa-driver-build-unstable-fe0d5cd08047e4e7bf23610498b6e936f5a574bd.tar.gz
Fix build of aloop with older kernels
Added missing inclusion of <linux/math.h> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--drivers/aloop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/aloop.c b/drivers/aloop.c
index 6e6962ead..c02957634 100644
--- a/drivers/aloop.c
+++ b/drivers/aloop.c
@@ -1,3 +1,4 @@
#include "adriver.h"
+#include <linux/math64.h>
#include "../alsa-kernel/drivers/aloop.c"
EXPORT_NO_SYMBOLS;