projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80f1a0f
)
rhashtable: remove duplicated include from rhashtable.c
author
Yue Haibing
<yuehaibing@huawei.com>
Tue, 21 Aug 2018 01:41:56 +0000
(
01:41
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Aug 2018 02:18:50 +0000
(19:18 -0700)
Remove duplicated include.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/rhashtable.c
patch
|
blob
|
history
diff --git
a/lib/rhashtable.c
b/lib/rhashtable.c
index ae4223e0f5bcb68610511b2cb7ba2e12b7f7d086..672eecda874a8f0a9432a01875dac389e6c30fd7 100644
(file)
--- a/
lib/rhashtable.c
+++ b/
lib/rhashtable.c
@@
-28,7
+28,6
@@
#include <linux/rhashtable.h>
#include <linux/err.h>
#include <linux/export.h>
-#include <linux/rhashtable.h>
#define HASH_DEFAULT_SIZE 64UL
#define HASH_MIN_SIZE 4U