> > +#include <linux/completion.h> > This can just be <linux/wait.h>, because you're only using > wait_queue_head_t and not struct completion, right? > I fixed this up before merging. Yes, right. Thanks for your help! Regards Nam