[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190430053319.95913-1-scuttimmy@gmail.com>
Date: Mon, 29 Apr 2019 22:33:19 -0700
From: Timmy Li <scuttimmy@...il.com>
To: ebiederm@...ssion.com, akpm@...ux-foundation.org, mhocko@...e.com,
willy@...radead.org, oleg@...hat.com, rppt@...ux.vnet.ibm.com,
ktsanaktsidis@...desk.com, linux-kernel@...r.kernel.org
Subject: [PATCH] pid: Remove unneeded hash header file
Hash functions are not needed since idr is used now.
Let's remove hash header file for cleanup.
Signed-off-by: Timmy Li <scuttimmy@...il.com>
---
kernel/pid.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/pid.c b/kernel/pid.c
index 20881598bdfa..89548d35eefb 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -32,7 +32,6 @@
#include <linux/init.h>
#include <linux/rculist.h>
#include <linux/memblock.h>
-#include <linux/hash.h>
#include <linux/pid_namespace.h>
#include <linux/init_task.h>
#include <linux/syscalls.h>
--
2.17.1
Powered by blists - more mailing lists