Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab08dcd7 authored by Yue Haibing's avatar Yue Haibing Committed by David S. Miller
Browse files

rhashtable: remove duplicated include from rhashtable.c



Remove duplicated include.

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 80f1a0f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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