git: a2bb07585b56 - stable/14 - ktls: Remove unneeded vm/uma_dbg.h include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Nov 2023 15:48:55 UTC
The branch stable/14 has been updated by mav:
URL: https://cgit.FreeBSD.org/src/commit/?id=a2bb07585b56d01ead0f6e568036a1bed2f72f60
commit a2bb07585b56d01ead0f6e568036a1bed2f72f60
Author: Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2023-11-09 18:53:07 +0000
Commit: Alexander Motin <mav@FreeBSD.org>
CommitDate: 2023-11-23 15:48:08 +0000
ktls: Remove unneeded vm/uma_dbg.h include
It was used in original implementation, but is no longer.
MFC after: 2 weeks
(cherry picked from commit 1f8a5187ffdd9eb7d78e699f948f7bab3abf60e9)
---
sys/kern/uipc_ktls.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/kern/uipc_ktls.c b/sys/kern/uipc_ktls.c
index 5d8165ae3e8b..c996157dbc41 100644
--- a/sys/kern/uipc_ktls.c
+++ b/sys/kern/uipc_ktls.c
@@ -72,7 +72,6 @@
#endif
#include <opencrypto/cryptodev.h>
#include <opencrypto/ktls.h>
-#include <vm/uma_dbg.h>
#include <vm/vm.h>
#include <vm/vm_pageout.h>
#include <vm/vm_page.h>