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:
parent
dee3f2f5b8
commit
024c1d0e21
@ -32,6 +32,7 @@
|
||||
#define _LINUX_COMPLETION_H_
|
||||
|
||||
#include <linux/errno.h>
|
||||
#include <linux/wait.h>
|
||||
|
||||
struct completion {
|
||||
unsigned int done;
|
||||
|
Loading…
Reference in New Issue
Block a user