git: 7b7e409c77cc - stable/13 - linux(4): Cleanup unneeded includes from linux_util.h

From: Dmitry Chagin <dchagin_at_FreeBSD.org>
Date: Wed, 01 Mar 2023 08:43:01 UTC
The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=7b7e409c77cca914176437d8a7935b81d4a315de

commit 7b7e409c77cca914176437d8a7935b81d4a315de
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:30 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-03-01 08:41:49 +0000

    linux(4): Cleanup unneeded includes from linux_util.h
    
    MFC after:              2 weeks
    
    (cherry picked from commit 81e7a800552196a65c9c8b3fef82c2ef6c8058ff)
---
 sys/compat/linux/linux_util.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h
index d751267e6d54..f8b4d0aaaa75 100644
--- a/sys/compat/linux/linux_util.h
+++ b/sys/compat/linux/linux_util.h
@@ -38,11 +38,7 @@
 
 #include <vm/vm.h>
 #include <vm/vm_param.h>
-#include <vm/pmap.h>
-#include <sys/exec.h>
 #include <sys/sysent.h>
-#include <sys/syslog.h>
-#include <sys/cdefs.h>
 #include <sys/uio.h>
 
 MALLOC_DECLARE(M_LINUX);