projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd83829
)
rhashtable: using ERR_PTR requires linux/err.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 9 Feb 2015 03:04:03 +0000
(14:04 +1100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 9 Feb 2015 05:52:24 +0000
(21:52 -0800)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/rhashtable.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/rhashtable.c
b/lib/rhashtable.c
index e96fc00208bc9f2719cacc2262e506c8045c6c0c..9cc4c4a90d00686228bebdfe55b212c34e98206f 100644
(file)
--- a/
lib/rhashtable.c
+++ b/
lib/rhashtable.c
@@
-23,6
+23,7
@@
#include <linux/jhash.h>
#include <linux/random.h>
#include <linux/rhashtable.h>
+#include <linux/err.h>
#define HASH_DEFAULT_SIZE 64UL
#define HASH_MIN_SIZE 4UL