Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rhashtable: fix missing header

Fixup below build error:

include/linux/rhashtable.h: At top level:
include/linux/rhashtable.h:118:34: error: field ‘mutex’ has incomplete type

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ying Xue and committed by
David S. Miller
86b35b64 3620af0e

+1
+1
include/linux/rhashtable.h
··· 20 20 21 21 #include <linux/list_nulls.h> 22 22 #include <linux/workqueue.h> 23 + #include <linux/mutex.h> 23 24 24 25 /* 25 26 * The end of the chain is marked with a special nulls marks which has