Date: Tue, 14 Feb 2023 14:47:11 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 81e7a8005521 - main - linux(4): Cleanup unneeded includes from linux_util.h Message-ID: <202302141447.31EElB3t072245@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=81e7a800552196a65c9c8b3fef82c2ef6c8058ff commit 81e7a800552196a65c9c8b3fef82c2ef6c8058ff Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2023-02-14 14:46:30 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2023-02-14 14:46:30 +0000 linux(4): Cleanup unneeded includes from linux_util.h MFC after: 2 weeks --- 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 6f7b55be8123..b12b3034ab49 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?202302141447.31EElB3t072245>