aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat/linux/average.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/linux/average.h')
-rwxr-xr-xinclude/compat/linux/average.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/compat/linux/average.h b/include/compat/linux/average.h
new file mode 100755
index 0000000..ece86ca
--- /dev/null
+++ b/include/compat/linux/average.h
@@ -0,0 +1,5 @@
+#include <linux/version.h>
+
+#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,37))
+#include_next <linux/average.h>
+#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,37)) */