[<prev] [next>] [day] [month] [year] [list]
Message-ID: <0101017478cb7fb9-897233cb-0f59-44fa-827d-3e9a62893e47-000000@us-west-2.amazonses.com>
Date: Thu, 10 Sep 2020 16:13:56 +0000
From: Pintu Kumar <pintu@...eaurora.org>
To: linux-kernel@...r.kernel.org, linux-mm@...ck.org,
akpm@...ux-foundation.org, iamjoonsoo.kim@....com,
rientjes@...gle.com, penberg@...nel.org, cl@...ux.com
Cc: pintu.ping@...il.com, Pintu Kumar <pintu@...eaurora.org>
Subject: [PATCH] mm/slab.h: Fix duplicate include file kmemleak.h
As I was browsing through this code, I found that linux/kmemleak.h
was declared twice.
When I run ./scripts/checkincludes.pl it reported the same:
mm/slab.h: linux/kmemleak.h is included more than once.
Thus removing the last included header.
Signed-off-by: Pintu Kumar <pintu@...eaurora.org>
---
mm/slab.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/slab.h b/mm/slab.h
index 6cc323f..95e5cc1 100644
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -46,7 +46,6 @@ struct kmem_cache {
#include <linux/kmemleak.h>
#include <linux/random.h>
#include <linux/sched/mm.h>
-#include <linux/kmemleak.h>
/*
* State of the slab allocator.
--
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.,
is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.
Powered by blists - more mailing lists