Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp280825pxb; Wed, 18 Nov 2020 04:31:13 -0800 (PST) X-Google-Smtp-Source: ABdhPJxTbj8OLiYEqzoSV/2NiagCZulCq9du029+kF1UMl76B2G5ZS3iz6HDq/pmQrhl29JFODgn X-Received: by 2002:a50:e087:: with SMTP id f7mr24576363edl.96.1605702673483; Wed, 18 Nov 2020 04:31:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605702673; cv=none; d=google.com; s=arc-20160816; b=0Y0D8nde9NWi0LHQRd4lZXr7BscJNYMYDLEul/Kfezq62cTNRDvu1klN1XZ7H6V9g3 F1hyWsvhdf54LkMPQ4n92qQ27VduxXTrHsi/xT8LaQI1SoSX9EGQvRzreFSbdZGGuciz kMSNDegOirEeVG+XcbnI87mOm8LO1iP2Nqhk8GF8C17ftyWRQ+nwZ09Hh+h41SrDAn/A lf0UQriu8Y2Obt5n7+Me8LYEWfQUU49VC8IHlrmT4OR+zrfaxmtLzMLu0uCjj6KyIekG WxLy75uwJKo8Cmhj2g2/2G7BuyRQZVgKhJvvr+zjB9f97a2+ue/5BxZQ3iVsxxOP7PQk 1AZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=6gilmfYDHoOiYqLlpTdjvHU8zgqETfBSmLrQxSbUxQ8=; b=Gf5ntpzjYzbwf4mPT8OUjGqpUvBYLaL2ffvwWZefy4qyyaiF7RfjIlPF8GHAjpSJrv scPStCEIinARmXAaFBKdff7CSyXgAZZVVZ/UBTlry/I16md3o9sxj9HGyjGc7OFawzJ4 8BkfLuP/5Z3efmYq6iHvwtBWOv24B+4wetBvdn6AhZ7H2rlXdX8hDHGllRp6rlGzqsqZ tR57tOzQLbfjvDBlBoyjUCBQOqsGzvjKZ+5AMCiT5/EY+ludtVymhqa1r+jx0PdM66pP gMIlO9PcPTFNJLY09ycWpaz3NrIe1ypWCtL0Mkio+aNx1f+mRFhYZbHKG1SFXhZRwmeb tCWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gs24si15775853ejb.74.2020.11.18.04.30.39; Wed, 18 Nov 2020 04:31:13 -0800 (PST) Received-SPF: pass (google.com: domain of linux-crypto-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-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725794AbgKRMai (ORCPT + 99 others); Wed, 18 Nov 2020 07:30:38 -0500 Received: from out30-133.freemail.mail.aliyun.com ([115.124.30.133]:35879 "EHLO out30-133.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725747AbgKRMai (ORCPT ); Wed, 18 Nov 2020 07:30:38 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R361e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04426;MF=tianjia.zhang@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0UFoCyub_1605702631; Received: from localhost(mailfrom:tianjia.zhang@linux.alibaba.com fp:SMTPD_---0UFoCyub_1605702631) by smtp.aliyun-inc.com(127.0.0.1); Wed, 18 Nov 2020 20:30:31 +0800 From: Tianjia Zhang To: Herbert Xu , "David S. Miller" , David Howells , keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Tianjia Zhang Subject: [PATCH] crypto: public_key: Remove redundant header file from public_key.h Date: Wed, 18 Nov 2020 20:30:31 +0800 Message-Id: <20201118123031.551-1-tianjia.zhang@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.3.ge56e4f7 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org The akcipher.h header file was originally introduced in SM2, and then the definition of SM2 was moved to the existing code. This header file is left and should be removed. Signed-off-by: Tianjia Zhang --- include/crypto/public_key.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h index 948c5203ca9c..47accec68cb0 100644 --- a/include/crypto/public_key.h +++ b/include/crypto/public_key.h @@ -12,7 +12,6 @@ #include #include -#include /* * Cryptographic data for the public-key subtype of the asymmetric key type. -- 2.19.1.3.ge56e4f7