From 71f3f027f8f8532d397ff2da7bdcd99bf0aa3867 Mon Sep 17 00:00:00 2001
From: Stephan Mueller <smueller@chronox.de>
Date: Fri, 21 Oct 2016 04:58:46 +0200
Subject: [PATCH] crypto: doc - remove crypto_alloc_ablkcipher

Remove the documentation reference to crypto_alloc_ablkcipher as the API
function call was removed.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/crypto/api-skcipher.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/crypto/api-skcipher.rst b/Documentation/crypto/api-skcipher.rst
index eabd369482cee..cd8830ba23afc 100644
--- a/Documentation/crypto/api-skcipher.rst
+++ b/Documentation/crypto/api-skcipher.rst
@@ -106,9 +106,6 @@ Asynchronous Block Cipher API - Deprecated
 .. kernel-doc:: include/linux/crypto.h
    :doc: Asynchronous Block Cipher API
 
-.. kernel-doc:: include/linux/crypto.h
-   :functions: crypto_alloc_ablkcipher
-
 .. kernel-doc:: include/linux/crypto.h
    :functions: crypto_free_ablkcipher
 
-- 
GitLab