Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761841Ab2FEK4H (ORCPT ); Tue, 5 Jun 2012 06:56:07 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:55468 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751962Ab2FEK4F (ORCPT ); Tue, 5 Jun 2012 06:56:05 -0400 From: Xiaotian Feng To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Xiaotian Feng , Xiaotian Feng , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Kyungmin Park , Marek Szyprowski , Yinghai Lu Subject: [PATCH -tip 1/2] x86/pci: remove include of kmemleak.h Date: Tue, 5 Jun 2012 14:59:51 -0400 Message-Id: <1338922791-2809-1-git-send-email-xtfeng@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1113 Lines: 35 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 Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: Kyungmin Park Cc: Marek Szyprowski Cc: Arnd Bergmann Cc: Yinghai Lu --- 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 #include #include -#include #include #include -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/