summaryrefslogtreecommitdiff
path: root/include/sound/type_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/type_compat.h')
-rw-r--r--include/sound/type_compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/type_compat.h b/include/sound/type_compat.h
index 5b765f44..953ce566 100644
--- a/include/sound/type_compat.h
+++ b/include/sound/type_compat.h
@@ -44,6 +44,10 @@ typedef int64_t __s64;
#define __be8 __u8
#endif
+#ifndef __kernel_long_t
+#define __kernel_long_t long
+#endif
+
#ifndef __user
#define __user
#endif