Skip to content

Commit ab08dcd

Browse files
Yue Haibingdavem330
authored andcommitted
rhashtable: remove duplicated include from rhashtable.c
Remove duplicated include. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 80f1a0f commit ab08dcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rhashtable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <linux/rhashtable.h>
2929
#include <linux/err.h>
3030
#include <linux/export.h>
31-
#include <linux/rhashtable.h>
3231

3332
#define HASH_DEFAULT_SIZE 64UL
3433
#define HASH_MIN_SIZE 4U

0 commit comments

Comments
 (0)