Skip to content

Commit

Permalink
Add a dummy struct completion definition
Browse files Browse the repository at this point in the history
It's nowhere accessed, but needed for the recent drm audio component
changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
tiwai committed Nov 27, 2020
1 parent fa27b1a commit a51a2b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,8 @@ typedef struct {

#define fallthrough /**/

struct completion {
int dummy;
};

#endif /* __HDA_WRAPPER_H */

0 comments on commit a51a2b1

Please sign in to comment.