Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2103435ybv; Fri, 21 Feb 2020 08:57:54 -0800 (PST) X-Google-Smtp-Source: APXvYqy4mP2ntHqlDdJHTNjQrutiCNGZYY+IR/BxqxjeAYROfq3Ep83LFDQzH7iJwbM3Cd8IGpVf X-Received: by 2002:aca:f242:: with SMTP id q63mr2825580oih.72.1582304274376; Fri, 21 Feb 2020 08:57:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582304274; cv=none; d=google.com; s=arc-20160816; b=e7aIA6Z7CPNLwUOEkW99KDi2qKHY1Fg1LNzGodkNP7obYJSOvNwmXUXEGROtJKYkMb Uqm/C/PINP7k8ifRVJuA2l3NQ1+yvuFap6QMnudJBJhrK9SR0xw3Dr7rQVlRJcnxHRf7 s4x4EDTloVKOSWKbc4tcKJXu2Jdu5ZF38eotSpPh2ydFmBSZDCs0O6wnpuSnu1cOE8d7 i2zngauLMUERwE44E3luz/971ETjCGQFiQqIiNwV2fcfHdW+TCd7UbXus0+uG1TVyLYt 7bgACdanAV6B50o++SJzLBbL34fhtvsojeagsKpJNaZeIVbaen53KSv1ERcQqPn1EzNV UYLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=i2y5VF1/NkXJfW2LrFMlP8qMw1Tr+zrpMsvZDJYTqqQ=; b=eR01TXG/saGziYdmpRC49ofWA7BcFQyHD4d2d8Ngzfn249s6n3CoVBKQHjNTIwRQQl vVrlxzyRZYWYjp6tYcodyP799H6KUc1jx3TG0ACFbCs3UHYNZVtHH6GO+FTWTUkBRxzV lbnOj3qGVPu3tOsB+xuAfz7wkl+DCYb869yljLtAppbQ7gnzCiZqI5gZx7EwHHM5NF5T VMA3oWnc4YNS7cBy/rgi4abYs+uCgeEfVnNftuKrM5k/bK/pdPhy+IF52cOdSCe0trlM 9gak94MTZF87R7jREATOhyPSRlH2fLFuI2/JUJkgg/QpWq42Jiz+4jjD8tpCVzUa0OMi Ecrw== 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 8si922963oix.109.2020.02.21.08.57.42; Fri, 21 Feb 2020 08:57:54 -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 S1727152AbgBUQ4f (ORCPT + 99 others); Fri, 21 Feb 2020 11:56:35 -0500 Received: from namei.org ([65.99.196.166]:47406 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725995AbgBUQ4f (ORCPT ); Fri, 21 Feb 2020 11:56:35 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 01LGu5Us014747; Fri, 21 Feb 2020 16:56:05 GMT Date: Sat, 22 Feb 2020 03:56:05 +1100 (AEDT) From: James Morris To: YueHaibing cc: dhowells@redhat.com, casey@schaufler-ca.com, sds@tycho.nsa.gov, zohar@linux.vnet.ibm.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [PATCH -next] security: remove duplicated include from security.h In-Reply-To: <20200221074342.16788-1-yuehaibing@huawei.com> Message-ID: References: <20200221074342.16788-1-yuehaibing@huawei.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Feb 2020, YueHaibing wrote: > 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; > Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general -- James Morris