Make header file standalone by including definitions for needed

linux_wait_xxx() functions.

Obtained from:	kmacy @
MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2016-05-23 11:57:23 +00:00
parent dee3f2f5b8
commit 024c1d0e21

View File

@ -32,6 +32,7 @@
#define _LINUX_COMPLETION_H_
#include <linux/errno.h>
#include <linux/wait.h>
struct completion {
unsigned int done;