Date: Wed, 1 Mar 2023 08:43:01 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7b7e409c77cc - stable/13 - linux(4): Cleanup unneeded includes from linux_util.h Message-ID: <202303010843.3218h1tS028345@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303010843.3218h1tS028345>