projects
/
openwrt
/
staging
/
blogic.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
<
[email protected]
>
Tue, 21 Aug 2018 01:41:56 +0000
(
01:41
+0000)
committer
David S. Miller
<
[email protected]
>
Tue, 21 Aug 2018 02:18:50 +0000
(19:18 -0700)
Remove duplicated include.
Signed-off-by: Yue Haibing <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
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