crypto: msm: qcrypto: Remove duplicate definition of list_next_entry()

Change-Id: Ia9008e2f71926f3c3d4fa12fd8c72b3ed2ee76f6
Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
This commit is contained in:
myfluxi 2015-05-30 01:12:12 +02:00 committed by Francescodario Cuzzocrea
parent d6aef39f05
commit 71cb223816
1 changed files with 1 additions and 2 deletions

View File

@ -1835,8 +1835,7 @@ static int _qcrypto_process_aead(struct crypto_engine *pengine,
return ret;
}
#define list_next_entry(pos, member) \
list_entry(pos->member.next, typeof(*pos), member)
static struct crypto_engine *_qcrypto_static_assign_engine(
struct crypto_priv *cp)
{