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
This commit is contained in:
Ed Maste 2022-09-05 21:24:07 -04:00
parent e3a0b1202b
commit dda082e009

View File

@ -520,7 +520,7 @@ LacSymCb_PendingReqsDequeue(lac_session_desc_t *pSessionDesc)
* @ingroup LacSymCb
*/
void
LacSymCb_CallbacksRegister()
LacSymCb_CallbacksRegister(void)
{
/*** HASH ***/
LacSymQat_RespHandlerRegister(ICP_QAT_FW_LA_CMD_AUTH,