Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp164949pxf; Wed, 7 Apr 2021 23:29:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwujxuYOlqK8rO3253tKyJnbymbFSqeAImPy1590dhUyvdCNwbzkVa0kgT1rh/0NVbEobHt X-Received: by 2002:a17:906:6d8e:: with SMTP id h14mr8232983ejt.410.1617863398330; Wed, 07 Apr 2021 23:29:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617863398; cv=none; d=google.com; s=arc-20160816; b=S8aGgXuea53fnX+yewgigeO4wtzKo9RdWN9atHNF7DL9WijMdOEd8QOPqh2sjhefvb 35x976pjv1Az3NUSAh0ZwofmT8W3widKZ8V4f0GHwTu/li9yEx8EI1xBvV4YtSXUAwSv yi7bPxs2FWAg2LH1ZSQQsywtyWwn0zOwZGR8dtz12NIX9Yn8Igj7ffUgdZX3UEO5zrdL Bpca1Z4OcCYPN6PnW31zxfXRXVDdPi+hy22xRJ1mBa4DcLlCwOQgM3RNqofjd+RDSnXp 0BiocrHJh3sV1PaeaZb9yAqB/JNw3i9VlPHZjtLYTq5cejNJBjJIHEve9SNX8RIJnmeB 0YqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=vB5t8kme3tGWACcqcVd0iy+Vl7P3Py2ony3GXUuZiSE=; b=ekCDul2Bo9//Xjfi5C71eEgfF0JJG0MG0NRuX65PeHAY4TQRypmdvWn1gHTrA6zJ9F M73He966eUCpDCs7ZCzyCx/TiRUqCqfm2+5ds7/GVVamPLbHhYxq4EFPhjJwX4bD5Y73 JlHjC9tbMfmZZhEGLctgyRJkpoA8NpDuh5nZwQjbs0NcdRll+XTiFN9CiuG8y5wCZvi3 Fr63+nlYm8pIGAbsHM6Er3apR4BuWzuDAH6U1TH44fJPc0smtCl9MnYGIBEyPh0R21Wi W3xWrFRWFtdGsmGUXtdW1qI7hdTGT1c03lw1wTtRWy3XrlhNsLZn9gP9gFp+QHwuDpyy CYXw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=hisilicon.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h16si21934796ede.206.2021.04.07.23.29.35; Wed, 07 Apr 2021 23:29:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=hisilicon.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229691AbhDHG0x (ORCPT + 99 others); Thu, 8 Apr 2021 02:26:53 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:15175 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbhDHG0v (ORCPT ); Thu, 8 Apr 2021 02:26:51 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4FGB6d1ZvmzpWRX; Thu, 8 Apr 2021 14:23:53 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Thu, 8 Apr 2021 14:26:33 +0800 From: Tian Tao To: , , , CC: , Tian Tao , "Zhiqi Song" Subject: [PATCH] init/version.c: remove unused including Date: Thu, 8 Apr 2021 14:26:58 +0800 Message-ID: <1617863218-14905-1-git-send-email-tiantao6@hisilicon.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove including that don't need it. Signed-off-by: Tian Tao Signed-off-by: Zhiqi Song --- init/version.c | 1 - 1 file changed, 1 deletion(-) diff --git a/init/version.c b/init/version.c index 92afc78..b1329f1 100644 --- a/init/version.c +++ b/init/version.c @@ -13,7 +13,6 @@ #include #include #include -#include #include struct uts_namespace init_uts_ns = { -- 2.7.4