Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755996AbZAEPRe (ORCPT ); Mon, 5 Jan 2009 10:17:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752015AbZAEPRY (ORCPT ); Mon, 5 Jan 2009 10:17:24 -0500 Received: from sh.osrg.net ([192.16.179.4]:47305 "EHLO sh.osrg.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751713AbZAEPRY (ORCPT ); Mon, 5 Jan 2009 10:17:24 -0500 Date: Tue, 6 Jan 2009 00:17:09 +0900 To: mingo@elte.hu, joerg.roedel@amd.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH] AMD IOMMU: remove unnecessary ifdef From: FUJITA Tomonori Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20090106001704O.fujita.tomonori@lab.ntt.co.jp> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 31 Hmm, why do we need this ifdef? We should avoid it, I think. = From: FUJITA Tomonori Subject: [PATCH] AMD IOMMU: remove unnecessary ifdef We try to avoid this type of ifdef and we can safely remove this ifdef. Signed-off-by: FUJITA Tomonori --- arch/x86/kernel/amd_iommu.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c index 5113c08..d7a7c4c 100644 --- a/arch/x86/kernel/amd_iommu.c +++ b/arch/x86/kernel/amd_iommu.c @@ -23,9 +23,7 @@ #include #include #include -#ifdef CONFIG_IOMMU_API #include -#endif #include #include #include -- 1.6.0.6 -- 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/