qat: make function definition match prototype
authorEd Maste <emaste@FreeBSD.org>
Tue, 6 Sep 2022 01:24:07 +0000 (21:24 -0400)
committerEd Maste <emaste@FreeBSD.org>
Tue, 6 Sep 2022 01:24:58 +0000 (21:24 -0400)
commitdda082e0093936517795d386242ff9abcdaeff53
tree9e2b7af38cc927460a0dbbd8d49f4863dddb7537
parente3a0b1202bf63f4b412e02eb6edc0fb1f64313de
qat: make function definition match prototype

LacSymCb_CallbacksRegister declared with a (void) argument list but was
defined with ().  With Clang 15 this produced a warning.

MFC after: 3 days
Sponsored by: The FreeBSD Foundation
sys/dev/qat/qat_api/common/crypto/sym/lac_sym_cb.c