mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37: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:
@@ -85,9 +85,9 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
/* ARGSUSED */
|
||||
void
|
||||
gcm_mul_pclmulqdq(uint64_t *x_in, uint64_t *y, uint64_t *res) {
|
||||
(void) x_in, (void) y, (void) res;
|
||||
}
|
||||
|
||||
#elif defined(HAVE_PCLMULQDQ) /* guard by instruction set */
|
||||
|
||||
Reference in New Issue
Block a user