Message ID | 20181031181313.8028-8-julien.grall@arm.com |
---|---|
State | Accepted |
Commit | d742b0e1325140009c242431ba74f362ed840fce |
Headers | show
Delivered-To: patch@linaro.org Received: by 2002:a2e:299d:0:0:0:0:0 with SMTP id p29-v6csp7126548ljp; Wed, 31 Oct 2018 11:15:34 -0700 (PDT) X-Google-Smtp-Source: AJdET5fwiSk23rWlg0IkoSfLiVHTB4DVtXBQh2REPaIsvi8otiXsDr+xx6laBZ4JCR7/j2G7EeEE X-Received: by 2002:a81:190c:: with SMTP id 12-v6mr4274282ywz.387.1541009734168; Wed, 31 Oct 2018 11:15:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541009734; cv=none; d=google.com; s=arc-20160816; b=DXYdqydwGXwM60RJomlh/lTzI9XkcPMMTXvMfWbfWzv0RlqUY5k3zLBFeBuiIMJfrT 3T2fN2CaVvOx4oLrD8wteIUPtzFBBstZ7JxmI7mr41jUySipx1FfE0ZjK/bDrik0KmUr Mw+8Qxo/YhwcPC4uT3pwe2SUE83+7AvmjTHeWqfBMQwgszZEazJtvpA64IkfelBUOMrS jwePM6INVKQNscQBYrduV8zEtCB3l/HxGqemM8mLHpvajSrnCfDlWrqmmuxScBjueu8t ZROl+j6j1bD6AqzvIwTz8xvjRBtrJC3RI0zZoZt6+QLEvBegPrZkw959ZJ91z1JQKl7J WP3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:cc :list-subscribe:list-help:list-post:list-unsubscribe:list-id :precedence:subject:references:in-reply-to:message-id:date:to:from; bh=NkL7v2WblsUaynpKXZjniLfI8e3zaMfs7UW9wt/e9NE=; b=z4SCUzxlb1Z/yaQ+mWgkBY7/YmHg34DlVmQm7GTux7ViYtML57n0D9UNne5Uvt0u7s U4nR71BbIbEvko3gncYU+2FVVQWyEYFe7v4+QiJdsvunClypLNeK3+AN3nzxf6u2CKw1 l/Hjhgk3WZJKPOzE1db3YH1+C4FJJiRe49oDgfkRwL6LHAv3GhBdjeijjMz4Qo4ed/iE GM41qZ8sFTa+yZYRCWomd9jfGhsZH/X7jPd4zFh3/PooykDwWHWoVbNmPuAr/MVz/3At hCfZkiPcpGxaSNRT0p2pra5h2pLFXA82rb7bIMfV0wTu0yzlc+y2vU0s0RZ3TQTEqj6e RZfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of xen-devel-bounces@lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: <xen-devel-bounces@lists.xenproject.org> Received: from lists.xenproject.org (lists.xenproject.org. [192.237.175.120]) by mx.google.com with ESMTPS id y3-v6si6712525ybo.179.2018.10.31.11.15.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 31 Oct 2018 11:15:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of xen-devel-bounces@lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of xen-devel-bounces@lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from <xen-devel-bounces@lists.xenproject.org>) id 1gHuzi-0004P2-1g; Wed, 31 Oct 2018 18:13:30 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from <srs0=yklc=nl=arm.com=julien.grall@srs-us1.protection.inumbo.net>) id 1gHuzh-0004OM-3N for xen-devel@lists.xen.org; Wed, 31 Oct 2018 18:13:29 +0000 X-Inumbo-ID: aaa66440-dd38-11e8-a057-12d6303a7972 Received: from foss.arm.com (unknown [217.140.101.70]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTP id aaa66440-dd38-11e8-a057-12d6303a7972; Wed, 31 Oct 2018 18:13:28 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4E1131596; Wed, 31 Oct 2018 11:13:28 -0700 (PDT) Received: from e108454-lin.cambridge.arm.com (e108454-lin.cambridge.arm.com [10.1.196.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 62E733F6A8; Wed, 31 Oct 2018 11:13:27 -0700 (PDT) From: Julien Grall <julien.grall@arm.com> To: xen-devel@lists.xen.org Date: Wed, 31 Oct 2018 18:12:59 +0000 Message-Id: <20181031181313.8028-8-julien.grall@arm.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20181031181313.8028-1-julien.grall@arm.com> References: <20181031181313.8028-1-julien.grall@arm.com> Subject: [Xen-devel] [PATCH v2 07/21] xen/arm: gic-3: Remove unused includes X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion <xen-devel.lists.xenproject.org> List-Unsubscribe: <https://lists.xenproject.org/mailman/options/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=unsubscribe> List-Post: <mailto:xen-devel@lists.xenproject.org> List-Help: <mailto:xen-devel-request@lists.xenproject.org?subject=help> List-Subscribe: <https://lists.xenproject.org/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xenproject.org?subject=subscribe> Cc: Julien Grall <julien.grall@arm.com>, sstabellini@kernel.org, andrii_anisov@epam.com MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" <xen-devel-bounces@lists.xenproject.org> |
Series |
xen/arm: Bunch of clean-ups
|
expand
|
diff --git a/xen/arch/arm/gic-v3.c b/xen/arch/arm/gic-v3.c index 2952335d05..8ff4e0f08e 100644 --- a/xen/arch/arm/gic-v3.c +++ b/xen/arch/arm/gic-v3.c @@ -23,7 +23,6 @@ #include <xen/lib.h> #include <xen/init.h> -#include <xen/cpu.h> #include <xen/mm.h> #include <xen/irq.h> #include <xen/iocap.h> @@ -33,18 +32,14 @@ #include <xen/device_tree.h> #include <xen/sizes.h> #include <xen/libfdt/libfdt.h> -#include <xen/sort.h> #include <xen/acpi.h> #include <acpi/actables.h> -#include <asm/p2m.h> -#include <asm/domain.h> #include <asm/io.h> #include <asm/device.h> #include <asm/gic.h> #include <asm/gic_v3_defs.h> #include <asm/gic_v3_its.h> #include <asm/cpufeature.h> -#include <asm/acpi.h> /* Global state */ static struct {