K 10 svn:author V 4 manu K 8 svn:date V 27 2020-05-19T08:43:17.580473Z K 7 svn:log V 291 linuxkpi: Add __init_waitqueue_head The only difference with init_waitqueue_head is that the name and the lock class key are provided but we don't use those so use init_waitqueue_head directly. Sponsored-by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D24861 END