From patchwork Fri Oct 7 21:13:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Biggers X-Patchwork-Id: 9367629 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E0595608A7 for ; Fri, 7 Oct 2016 21:14:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CE7AD297EF for ; Fri, 7 Oct 2016 21:14:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C2E4429834; Fri, 7 Oct 2016 21:14:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D9E8B29839 for ; Fri, 7 Oct 2016 21:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932798AbcJGVOi (ORCPT ); Fri, 7 Oct 2016 17:14:38 -0400 Received: from mail-pf0-f172.google.com ([209.85.192.172]:34622 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933081AbcJGVOf (ORCPT ); Fri, 7 Oct 2016 17:14:35 -0400 Received: by mail-pf0-f172.google.com with SMTP id e6so28599158pfk.1 for ; Fri, 07 Oct 2016 14:14:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=CN8N/xP6reveGOaO8pXNbhflXTaeBD6xfqonsglrV8Q=; b=UduQwFKEYb1zFzGKOuRTadP9PS2Q0H/AatmVIweWAVcKwHrWu9xbi1vsXY/6b6oUNq 86SzKTEitBcebgVYWrVD7n123AEJBnxa0VAtvVe0h253M3bN7jCcLwp60OCNiC7JwViR WgxMPTz6W8GSgAEBq2VAZkYc4VrupASzRmlHhAljflgNnbZ4KTws4A2tZ3mU/TwV861y AvJ27v4OiZk4ydnrrZYnv8TfUtpCML12qMsEeWqGB5kDWCyT9ZBPxyOCEby73FIEz/f1 iPvJkBrLuODNrJwtLSna75KcrrvlMoa6cOe4W4fLo3nlbnJ9T6aeSs2LSbz2N3PiEtfV yRvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=CN8N/xP6reveGOaO8pXNbhflXTaeBD6xfqonsglrV8Q=; b=ceEZ9jXE3dyfYZkEiHEQVICWL5VPt4gTSD2JUF7OyUA/LQ+zj/b7eAjddfh9cY7xix brhaFMf5yG5m5SoTto4Vazk0R+tiemRZyCxAWqae4hc8f+sJRA9HAQUpxfJtC3fzv0JG 1ur8xDcJQf5toPRBpDC/Rh0f+QSS1QoChMYxGm1F67Mid9dp0+7zd1Bs+fbMurK7GFix CntPIz2e1PW8Td/hMsfJayLN/8zcU1d6hHc3Jv9jWHBgx83p+YQuXiorDr7/f5UwGcpL n+5soZP+LnlHy2aPk8Yu2LxTMRyHv6IkIYgZdtttaOt0keF1zqOdME++uK10n/TiqG/K W+7g== X-Gm-Message-State: AA6/9RlDw5vgnOXLun7O8KGwVViAWFmU2Q9erAP5KBAuJ4iawLVUT0KrO6sEtrPeUo4R6iMJ X-Received: by 10.98.15.210 with SMTP id 79mr31244267pfp.183.1475874873925; Fri, 07 Oct 2016 14:14:33 -0700 (PDT) Received: from ebiggers-linuxstation.kir.corp.google.com ([172.23.164.123]) by smtp.gmail.com with ESMTPSA id id6sm33224295pad.28.2016.10.07.14.14.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 07 Oct 2016 14:14:32 -0700 (PDT) From: Eric Biggers To: herbert@gondor.apana.org.au, davem@davemloft.net Cc: linux-crypto@vger.kernel.org, Eric Biggers Subject: [PATCH] crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration Date: Fri, 7 Oct 2016 14:13:34 -0700 Message-Id: <1475874815-136813-1-git-send-email-ebiggers@google.com> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The definition of crypto_lookup_skcipher() was already removed in commit 3a01d0ee2b99 ("crypto: skcipher - Remove top-level givcipher interface"). So the declaration should be removed too. Signed-off-by: Eric Biggers --- include/crypto/internal/skcipher.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/crypto/internal/skcipher.h b/include/crypto/internal/skcipher.h index a21a95e..95d2a18 100644 --- a/include/crypto/internal/skcipher.h +++ b/include/crypto/internal/skcipher.h @@ -74,8 +74,6 @@ static inline int crypto_grab_skcipher2(struct crypto_skcipher_spawn *spawn, return crypto_grab_skcipher(spawn, name, type, mask); } -struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask); - static inline void crypto_drop_skcipher(struct crypto_skcipher_spawn *spawn) { crypto_drop_spawn(&spawn->base);