mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
module: icp: fix unused, remove argsused
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12844
This commit is contained in:
@@ -206,7 +206,6 @@ aes_decrypt_block(const void *ks, const uint8_t *ct, uint8_t *pt)
|
||||
* size Size of key schedule allocated, in bytes
|
||||
* kmflag Flag passed to kmem_alloc(9F); ignored in userland.
|
||||
*/
|
||||
/* ARGSUSED */
|
||||
void *
|
||||
aes_alloc_keysched(size_t *size, int kmflag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user