projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3620af0
)
rhashtable: fix missing header
author
Ying Xue
<ying.xue@windriver.com>
Sun, 4 Jan 2015 07:25:09 +0000
(15:25 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 5 Jan 2015 04:11:43 +0000
(23:11 -0500)
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>
include/linux/rhashtable.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/rhashtable.h
b/include/linux/rhashtable.h
index de7cac753b0920c6e8876fc16bbdd5144a6a3605..de1459c74c4d79d4a4d8a5a294c0aaddf4e7e46f 100644
(file)
--- a/
include/linux/rhashtable.h
+++ b/
include/linux/rhashtable.h
@@
-20,6
+20,7
@@
#include <linux/list_nulls.h>
#include <linux/workqueue.h>
+#include <linux/mutex.h>
/*
* The end of the chain is marked with a special nulls marks which has