Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756860AbaFROSk (ORCPT ); Wed, 18 Jun 2014 10:18:40 -0400 Received: from cpsmtpb-ews06.kpnxchange.com ([213.75.39.9]:60203 "EHLO cpsmtpb-ews06.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752305AbaFROSi (ORCPT ); Wed, 18 Jun 2014 10:18:38 -0400 Message-ID: <1403101116.1984.120.camel@x220> Subject: [PATCH] [TRIVIAL] Remove MPILIB_EXTRA From: Paul Bolle To: Jiri Kosina Cc: Richard Weinberger , Herbert Xu , "David S. Miller" , Borislav Petkov , James Morris , Andrew Morton , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 18 Jun 2014 16:18:36 +0200 In-Reply-To: References: <1391971686-9517-1-git-send-email-richard@nod.at> <1391971686-9517-6-git-send-email-richard@nod.at> <1391977123.25855.24.camel@x220> <1397552794.1985.19.camel@x220> <20140415092147.GA4302@pd.tnic> <1403078994.1984.47.camel@x220> <20140618094821.GA24024@pd.tnic> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Jun 2014 14:18:36.0698 (UTC) FILETIME=[31B107A0:01CF8B00] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Richard Weinberger The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger Signed-off-by: Paul Bolle --- Bounced to trivial. Tested with make menuconfig and make oldconfig. Since I'm sending this to Jiri myself I've upgraded my Acked-by to Signed-off-by. crypto/asymmetric_keys/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig index 03a6eb95ab50..0320c7d4b3e1 100644 --- a/crypto/asymmetric_keys/Kconfig +++ b/crypto/asymmetric_keys/Kconfig @@ -22,7 +22,6 @@ config ASYMMETRIC_PUBLIC_KEY_SUBTYPE config PUBLIC_KEY_ALGO_RSA tristate "RSA public-key algorithm" - select MPILIB_EXTRA select MPILIB help This option enables support for the RSA algorithm (PKCS#1, RFC3447). -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/