summaryrefslogtreecommitdiffstats
path: root/include/linux/average.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/average.h')
-rw-r--r--include/linux/average.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/average.h b/include/linux/average.h
new file mode 100644
index 0000000..dc5ba21
--- /dev/null
+++ b/include/linux/average.h
@@ -0,0 +1,10 @@
+/* Automatically created during backport process */
+#ifndef CPTCFG_BACKPORT_BUILD_AVERAGE
+#include_next <linux/average.h>
+#else
+#undef ewma_init
+#define ewma_init LINUX_BACKPORT(ewma_init)
+#undef ewma_add
+#define ewma_add LINUX_BACKPORT(ewma_add)
+#include <linux/backport-average.h>
+#endif /* CPTCFG_BACKPORT_BUILD_AVERAGE */