Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1588224ybv; Thu, 20 Feb 2020 23:49:50 -0800 (PST) X-Google-Smtp-Source: APXvYqyDLVkyTHI3eMZlvZL61cFNvum4+mAH6aVWj5UFNXfqeO8cpXlqBNPL8riEBA7B5Ur6cRkp X-Received: by 2002:a9d:6212:: with SMTP id g18mr28807325otj.187.1582271390706; Thu, 20 Feb 2020 23:49:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582271390; cv=none; d=google.com; s=arc-20160816; b=ApqNbwXKS99duu1FmFh9ZreOTyoknmn8mx15UpZqIAjiStkIFh95LjRKDlk+q9LrEr 1/5cGKTdqWLZoOkCVfs8OI9kcdUPPcNJ5LivtpLAERy+FHs7RNebR6TX/UBiyCk8tRdR RD5HQt9OOEllYLVx9gbvOoxJCc0cW/RNQz2DPGvkwrtNaXpv/MpeU9B3HCvGUG0wMaGD zqkWgL0oUNx8tyRx/OJ2LfGPiSYApnFvaX4lXXkF18f8NF0+c82A3Y1VCW8AQW3fvzy6 lck6yPjCSgN+JyLmj4K4WttLaSKbriMhfMqeL3+Np88Ran15dfLykkUrhKaQOdk8RXku 7Mag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=bAwICcyh1mlhc/AnLScxOtYtqXVtM1ky3LBOloyZPxo=; b=C7PDbNGE4DMapH8eNNAJLI8umTB3EUe1E5z8fmBaEl8Clixzm1pVV/iQUHCwU5BIj+ wcsVFKXYEhuAVwLfYMsBFL1bGKzHC188OguO7zm7M3p7u5ITRtrVCQT2RcFI99dvscz6 Foe6H3T6h5iUkl2ed6p+dpfR5oPNUKGlPhJ9lcFfQHOglbFZHZjjSHQM2p9amhB4KbVu haTeNdZd8cVnBYYc6nnfvclGlI+vHxz9FDQ6pn01V4zHHqTamg6J9S99/CoVRSeDvS+E Bt/KuY+FqhUyK9aj0rEHLrFSYpJcbs+66PzrYZrAXRyWc7i84uCYZl+XaisDfuoDyaDh Mw3g== 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 z73si487883oia.40.2020.02.20.23.49.39; Thu, 20 Feb 2020 23:49:50 -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 S1729125AbgBUHsi (ORCPT + 99 others); Fri, 21 Feb 2020 02:48:38 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:48900 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729093AbgBUHsh (ORCPT ); Fri, 21 Feb 2020 02:48:37 -0500 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 15BF75A4DAF002EA0A8B; Fri, 21 Feb 2020 15:48:26 +0800 (CST) Received: from localhost (10.133.213.239) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Fri, 21 Feb 2020 15:48:18 +0800 From: YueHaibing To: , CC: , , , , , YueHaibing Subject: [PATCH -next] security: remove duplicated include from security.h Date: Fri, 21 Feb 2020 15:43:42 +0800 Message-ID: <20200221074342.16788-1-yuehaibing@huawei.com> X-Mailer: git-send-email 2.10.2.windows.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.133.213.239] 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 --- include/linux/security.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/security.h b/include/linux/security.h index 910a1ef..fe2c566 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -30,7 +30,6 @@ #include #include #include -#include struct linux_binprm; struct cred; -- 2.7.4