]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
crypto: sun8i-ce - remove unnecessary __maybe_unused annotations
authorOvidiu Panait <ovidiu.panait.oss@gmail.com>
Tue, 2 Sep 2025 13:21:28 +0000 (16:21 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 13 Sep 2025 04:11:05 +0000 (12:11 +0800)
commit6713d9842bd50463ce5f8e2ed056c4d843b9fee0
tree2f5a3f9d1ee7bda13c248b17040d2e486cf63c33
parent01d7d3c3db778c89b4943cd70c2dc25c8ed96c4f
crypto: sun8i-ce - remove unnecessary __maybe_unused annotations

There are 3 instances of '__maybe_unused' annotations that are not needed,
as the variables are always used, so remove them.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c