浏览代码

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>
Yue Haibing 7 年之前
父节点
当前提交
ab08dcd724
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/rhashtable.c

+ 0 - 1
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