diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2018-08-21 01:41:56 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-20 19:18:50 -0700 |
commit | ab08dcd724543896303eae7de6288242bbaff458 (patch) | |
tree | 3ba17d56d42f68274f683b566a23b47e335e40a7 /lib | |
parent | 80f1a0f4e0cd4bfc8a74fc1c39843a6e7b206b95 (diff) | |
download | linux-ab08dcd724543896303eae7de6288242bbaff458.tar.bz2 |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rhashtable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rhashtable.c b/lib/rhashtable.c index ae4223e0f5bc..672eecda874a 100644 --- 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 |