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:
0d0162e
)
lib: rhashtable: remove second linux/log2.h inclusion
author
Fabian Frederick
<fabf@skynet.be>
Wed, 17 Sep 2014 19:07:19 +0000
(21:07 +0200)
committer
David S. Miller
<davem@davemloft.net>
Fri, 19 Sep 2014 21:08:52 +0000
(17:08 -0400)
linux/log2.h was included twice.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
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 a2c78810ebc1a64a95903645dec6d14eed6ba1b6..7b36e4d40ed7e3a1e0e1ddb87f386768c8b256aa 100644
(file)
--- a/
lib/rhashtable.c
+++ b/
lib/rhashtable.c
@@
-23,7
+23,6
@@
#include <linux/hash.h>
#include <linux/random.h>
#include <linux/rhashtable.h>
-#include <linux/log2.h>
#define HASH_DEFAULT_SIZE 64UL
#define HASH_MIN_SIZE 4UL