Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp399020imu; Wed, 2 Jan 2019 23:17:49 -0800 (PST) X-Google-Smtp-Source: ALg8bN40y3xrvFQHt4ZYNQvx+hX+CUeTI6mc4ruzRxg8d3ffNY+C8wZ5C/mKNE4a3MqLjK5teNAk X-Received: by 2002:a63:f141:: with SMTP id o1mr16276179pgk.134.1546499869234; Wed, 02 Jan 2019 23:17:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546499869; cv=none; d=google.com; s=arc-20160816; b=BNExHwS2z6MS3TQBUf6A/s4l+iWg+S24Ql7Sr5H8dwE51G1XkFQqpeVK/yRKibEk6T 0zOiFI4AJpd6DnH8QoZQVlf5s7oOJ5YiRNBTFttY/t4hwSR7IXxLQtHk5W/FxDBeC5C5 mRc9cmCBE5Av11p0rEPRw8QiDgi4ygfa0Yz929Ap2ahGlQAOa4hy4axACen7GGHsBVa5 IdjMZVQ82xAIGWhkQegXrygnTbEXpM20P5mKkGsMqJdLVx711qvrvoV58N5Xk0UVhJFm Q3ZUqGWM7DjhDVCy8rAXWQL9Iebuk2OULoj8D4mbK95sGJk9OsfreJ/qrC6BHz1nGxq4 rQ0A== 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=bX4+UP9RFh0/Xf0KgEFzHTTL+Z4m+W8weXbryhIju9A=; b=ZkdQtmnI6OoR47hXSBblH9sGk9PzLff9nBjQ7dAnqJlxDlASaBp9y67uX3aLll6pj6 eivfeCny0e6DBi7EU6peawy6FsBv2hurxYhYqfNm65O447HPm3DFxZOiTIq0sNJzwUhl grnSBg2Rd5wfjGmLwQqCW9Gw4sbvQB0rjzqbLmfjioGoJfQspBO/QMBSU0vglDRH0ynU yMHruXdiVKPL3Qz60nv/qiEr1ENMOCJTOOfIXRdB84YdJYNcPlEQXUNp+wbb4j9KTa5M 4QDExVv0ZZgPchSstARTn3fL81Qkwzz1yKvHJdrTjbM8eZ13Pz9rEucu2u3B9Hfvp9Ri nZ4A== 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 u22si49614927pgh.286.2019.01.02.23.17.32; Wed, 02 Jan 2019 23:17:49 -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 S1730024AbfACDGG (ORCPT + 99 others); Wed, 2 Jan 2019 22:06:06 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:17077 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726163AbfACDGG (ORCPT ); Wed, 2 Jan 2019 22:06:06 -0500 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 194326D4456A5; Thu, 3 Jan 2019 11:06:02 +0800 (CST) Received: from localhost.localdomain.localdomain (10.175.113.25) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.408.0; Thu, 3 Jan 2019 11:05:53 +0800 From: YueHaibing To: Jeff Dike , Richard Weinberger , "Anton Ivanov" , YueHaibing CC: , , Subject: [PATCH -next] um: Remove duplicated include from vector_user.c Date: Thu, 3 Jan 2019 03:12:41 +0000 Message-ID: <1546485161-142907-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 duplicated include. Signed-off-by: YueHaibing --- arch/um/drivers/vector_user.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c index d2c17dd..b3f7b3c 100644 --- a/arch/um/drivers/vector_user.c +++ b/arch/um/drivers/vector_user.c @@ -16,14 +16,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include #include @@ -31,7 +29,6 @@ #include #include #include -#include #include "vector_user.h" #define ID_GRE 0