summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/mei_cl_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/mei_cl_bus.h')
-rw-r--r--backport/backport-include/linux/mei_cl_bus.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/backport/backport-include/linux/mei_cl_bus.h b/backport/backport-include/linux/mei_cl_bus.h
new file mode 100644
index 00000000..d7f0dfd5
--- /dev/null
+++ b/backport/backport-include/linux/mei_cl_bus.h
@@ -0,0 +1,11 @@
+#ifndef __BACKPORT_LINUX_MEI_CL_BUS_H
+#define __BACKPORT_LINUX_MEI_CL_BUS_H
+#include_next <linux/mei_cl_bus.h>
+
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(4,3,0))
+#define mei_cl_register_event_cb(device, event_mask, read_cb, context) \
+ mei_cl_register_event_cb(device, read_cb, context)
+#endif
+
+
+#endif /* __BACKPORT_LINUX_MEI_CL_BUS_H */