qat: Export missing symbols in qat_common

Some symbols required by dependent modules were missing from
qat_common.ko and qat_api.ko, causing load failures when local symbol
resolution is disabled.

PR:		291271
Reviewed by:	zlei, markj
Differential Revision:	https://reviews.freebsd.org/D54107
This commit is contained in:
Rupesh Pilania
2025-12-29 16:13:48 +00:00
committed by Mark Johnston
parent daef625cf8
commit 6ea05372be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ opt_qat.h:
@echo "#define QAT_DISABLE_SAFE_DC_MODE 1" >> ${.TARGET}
.endif
.endif
EXPORT_SYMS=YES
.include <bsd.kmod.mk>
CWARNFLAGS+= -Wno-cast-qual
+1 -1
View File
@@ -40,5 +40,5 @@ opt_qat.h:
@echo "#define QAT_DISABLE_SAFE_DC_MODE 1" >> ${.TARGET}
.endif
.endif
EXPORT_SYMS=YES
.include <bsd.kmod.mk>