This fixes compalation on RHEL 7.1 Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/completion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/backport/backport-include/linux/completion.h b/backport/backport-include/linux/completion.h index 399430d..477530d 100644 --- a/backport/backport-include/linux/completion.h +++ b/backport/backport-include/linux/completion.h @@ -11,6 +11,7 @@ * This inline function should be used to reinitialize a completion structure so it can * be reused. This is especially important after complete_all() is used. */ +#define reinit_completion LINUX_BACKPORT(reinit_completion) static inline void reinit_completion(struct completion *x) { x->done = 0; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html