2012-06-05 10:56:07

by Xiaotian Feng

[permalink] [raw]
Subject: [PATCH -tip 1/2] x86/pci: remove include of kmemleak.h

As dma32_reserve_bootmem was removed by commit 5491ff5, the only
user has been gone, so remove the include of kmemleak.h

Signed-off-by: Xiaotian Feng <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Kyungmin Park <[email protected]>
Cc: Marek Szyprowski <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Yinghai Lu <[email protected]>
---
arch/x86/kernel/pci-dma.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c
index 62c9457..3b42e53 100644
--- a/arch/x86/kernel/pci-dma.c
+++ b/arch/x86/kernel/pci-dma.c
@@ -5,7 +5,6 @@
#include <linux/bootmem.h>
#include <linux/gfp.h>
#include <linux/pci.h>
-#include <linux/kmemleak.h>

#include <asm/proto.h>
#include <asm/dma.h>
--
1.7.9.5