Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2776431imu; Mon, 19 Nov 2018 06:02:16 -0800 (PST) X-Google-Smtp-Source: AJdET5ft8VCbpKTOWXU6NxDY8PCeX4IY0oFn8gW5FOIXcX56htMWbgfswQVmhkR2M00Tq9hEQJh7 X-Received: by 2002:a63:9dca:: with SMTP id i193-v6mr18795841pgd.98.1542636136816; Mon, 19 Nov 2018 06:02:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542636136; cv=none; d=google.com; s=arc-20160816; b=lasfpQRSFBKqGobIcprWQJY5dfB0ZXfe2gX5OXEmL2GWhcuCuCKflPLKfYdY2bnFH8 vJbZOo+/X0FAaQA7OIH0e4V16FQi0xBOTilIIvmGVRVC4Nlfn7R7WCybEieIyqh5OaOe KMnp9m0wWV6yiXjS6MUhysGjlNbHQ+xYD7n3EJipG6RWJsWwNMe9BtIt1Q0Yuzndb0Mr uQMmX6J/9CzjIYAFKkcyA6XyiA4AhU17VACpYmtMQ8GnH6otebMEm3MLRi9iv9c29rw0 N3YVO6fUupPQRcNi7GKg98JJv2YkY4S1OdN9E67xVpf91kvMGtCZofwvP5FeFBoALN3m A0OQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=KONYu3kkKjVXLLr9ASqLHBH3hLlUPdykhnO/CbYH6Ss=; b=XW9BlBmho9uj11VZH+sLD4FHZKJzE5IifYI7eiV/WtcAKdMnUlqW+kv4jzHKtOXfZj PnJ8IkAi7jPeqDqLVuf8yQpI6IjQSPeIWoWFgoENKOVG2y0Bnur/xmbNKDyF4Drh2GWw zu52wfinZFwyWt0uwQpBfq7AYJZV6rjJBF5JzSvemMDMOJeXSD4SEe6B14voohzrcDDm K0957Aw98LQ9fWaRGqgMMGVg5VnQSkB0H3XMnd5Ttf0L+o042ihu8XdhhPLR8cNCfjAk IrALmqwhedpgG3ge2aw11/8Qg06twOLzThl5acl0FiR+JPwhvvtDAf1tfell0CxH/h3J iBJQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n1si14710154pfh.96.2018.11.19.06.01.56; Mon, 19 Nov 2018 06:02:16 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729431AbeKTAXb (ORCPT + 99 others); Mon, 19 Nov 2018 19:23:31 -0500 Received: from mx2.suse.de ([195.135.220.15]:52194 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728258AbeKTAXb (ORCPT ); Mon, 19 Nov 2018 19:23:31 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 69C02AC4B; Mon, 19 Nov 2018 13:59:47 +0000 (UTC) From: Juergen Gross To: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, x86@kernel.org Cc: boris.ostrovsky@oracle.com, sstabellini@kernel.org, hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, Juergen Gross Subject: [PATCH] x86/xen: cleanup includes in arch/x86/xen/spinlock.c Date: Mon, 19 Nov 2018 14:59:45 +0100 Message-Id: <20181119135945.9985-1-jgross@suse.com> X-Mailer: git-send-email 2.16.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org arch/x86/xen/spinlock.c includes several headers which are not needed. Remove the #includes. Signed-off-by: Juergen Gross --- arch/x86/xen/spinlock.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/arch/x86/xen/spinlock.c b/arch/x86/xen/spinlock.c index 1c8a8816a402..3776122c87cc 100644 --- a/arch/x86/xen/spinlock.c +++ b/arch/x86/xen/spinlock.c @@ -3,22 +3,17 @@ * Split spinlock implementation out into its own file, so it can be * compiled in a FTRACE-compatible way. */ -#include +#include #include -#include -#include -#include #include #include #include #include -#include #include #include "xen-ops.h" -#include "debugfs.h" static DEFINE_PER_CPU(int, lock_kicker_irq) = -1; static DEFINE_PER_CPU(char *, irq_name); -- 2.16.4