Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753313Ab3CKOVa (ORCPT ); Mon, 11 Mar 2013 10:21:30 -0400 Received: from mail-bk0-f42.google.com ([209.85.214.42]:60691 "EHLO mail-bk0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753319Ab3CKOV3 (ORCPT ); Mon, 11 Mar 2013 10:21:29 -0400 MIME-Version: 1.0 Date: Mon, 11 Mar 2013 22:21:28 +0800 Message-ID: Subject: [PATCH -next] x86, io_apic: remove duplicated include from irq_remapping.c From: Wei Yongjun To: joro@8bytes.org, konrad.wilk@oracle.com, sebastian@breakpoint.cc, suresh.b.siddha@intel.com, yinghai@kernel.org Cc: yongjun_wei@trendmicro.com.cn, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 834 Lines: 27 From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- drivers/iommu/irq_remapping.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iommu/irq_remapping.c b/drivers/iommu/irq_remapping.c index d56f8c1..7c11ff3 100644 --- a/drivers/iommu/irq_remapping.c +++ b/drivers/iommu/irq_remapping.c @@ -2,7 +2,6 @@ #include #include #include -#include #include #include #include -- 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/