Skip to content

Commit

Permalink
rhashtable: remove duplicated include from rhashtable.c
Browse files Browse the repository at this point in the history
Remove duplicated include.

Signed-off-by: Yue Haibing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Yue Haibing authored and davem330 committed Aug 21, 2018
1 parent 80f1a0f commit ab08dcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rhashtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab08dcd

Please sign in to comment.