Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1311467imm; Sun, 23 Sep 2018 01:11:27 -0700 (PDT) X-Google-Smtp-Source: ACcGV60esWPg+iBkwKNNRgl5VnW+kagjoUKcAKPdGnHGgWkKYmWq2OYFfsrR96IQ6bRc8ryESc0o X-Received: by 2002:a63:fe49:: with SMTP id x9-v6mr4933333pgj.152.1537690287522; Sun, 23 Sep 2018 01:11:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537690287; cv=none; d=google.com; s=arc-20160816; b=R3iAgPFuw++nSWQxp5D48OC+YAC5q0gWuxVg3cSohNUToKkivoUHxo/h+XOIxyPO1U 1xaMJnH/tWYUfjvxn8dfMZ+EJ4oL0PvTB+wbumT6n1KQTHPvLLNoScyx5z/Dyz0F1dUh bII6YzCq6j+HBKPLQs51NF7836opMH95CQ+/CZiyF51b3VUmvk7IusUc46G9De0T9lFE J9lAbOTl3gCjQQbEwhtd1wYCclq/uUwieOkqx+cLPdw2tHwhRQHCgUErXayOuL8PDBBe ZYjjJsbOAjSp7Y3p2888dLguHnfqMEX+h7k4tWWjW/lcrPILXiXJzw/9h06S6IgCU8hf T9aQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:content-transfer-encoding :message-id:date:subject:cc:to:from; bh=eD15EP5lAufqt3b5w3/RC2vWHbh9zEPDF9JGsC0KXc8=; b=deXn+JFP1tM1AL4PX3qiRdW89s8ihYnD6GEjCqiTQYHhGklJAK2RzRtLK61DhHgCsi +hoxqwXcGNlJLBCornuw3VcBhhLaUOvqObOJ+AHU52iDqtjx+C4GLn43d8WNK3E3HVrV X1JyIKrgLcWxMEvRM6IF1fmvOa9Q96FUEYfycK2unuK3XzQ1CiQzTFX6eLOKLO6DOxzr O7pnJzaV64tGPzwOEYvBIqQyw6q6jZ3wyxbS527XTzSYbCoCNQEgaW8pJ3wYHYx1ZSst D3uaxGL6K92j6ozaDVWTIKboDUo8ak5ezv9+0WQJXAXcoIezUGJcgRLvEI86X1S5fj4l ui3w== 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 m24-v6si35004887pfk.56.2018.09.23.01.11.10; Sun, 23 Sep 2018 01:11:27 -0700 (PDT) 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 S1726167AbeIWOHn (ORCPT + 99 others); Sun, 23 Sep 2018 10:07:43 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:13106 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726029AbeIWOHn (ORCPT ); Sun, 23 Sep 2018 10:07:43 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 492248043A489; Sun, 23 Sep 2018 16:11:01 +0800 (CST) Received: from localhost.localdomain.localdomain (10.175.113.25) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.399.0; Sun, 23 Sep 2018 16:10:55 +0800 From: YueHaibing To: "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , "Thomas Gleixner" , Ingo Molnar , "H. Peter Anvin" CC: YueHaibing , , , , Subject: [PATCH -next] x86/hyper-v: Remove unused including Date: Sun, 23 Sep 2018 08:20:22 +0000 Message-ID: <1537690822-97455-1-git-send-email-yuehaibing@huawei.com> X-Mailer: git-send-email 1.8.3.1 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Originating-IP: [10.175.113.25] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove including that don't need it. Signed-off-by: YueHaibing --- arch/x86/hyperv/hv_apic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/hyperv/hv_apic.c b/arch/x86/hyperv/hv_apic.c index 2c43e30..8eb6fbee 100644 --- a/arch/x86/hyperv/hv_apic.c +++ b/arch/x86/hyperv/hv_apic.c @@ -20,7 +20,6 @@ */ #include -#include #include #include #include