diff options
author | Yue Haibing <[email protected]> | 2018-08-21 01:41:56 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-08-20 19:18:50 -0700 |
commit | ab08dcd724543896303eae7de6288242bbaff458 (patch) | |
tree | 3ba17d56d42f68274f683b566a23b47e335e40a7 | |
parent | 80f1a0f4e0cd4bfc8a74fc1c39843a6e7b206b95 (diff) |
rhashtable: remove duplicated include from rhashtable.c
Remove duplicated include.
Signed-off-by: Yue Haibing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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 |