[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-backports
Subject:    [PATCH 7/9] header: add LINUX_BACKPORT() macro to reinit_completion()
From:       Hauke Mehrtens <hauke () hauke-m ! de>
Date:       2015-04-25 13:51:02
Message-ID: 1429969864-16831-8-git-send-email-hauke () hauke-m ! de
[Download RAW message or body]

This fixes compalation on RHEL 7.1

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic