Date: Fri, 17 Jun 2022 19:37:51 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: 6ac42e40424e - stable/13 - linux(4): Eliminate a now unused includes after futexes refactoring. Message-ID: <202206171937.25HJbpNT013916@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=6ac42e40424ea532cd0301b87d10e4b901b423c9 commit 6ac42e40424ea532cd0301b87d10e4b901b423c9 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-07-29 09:56:39 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:25 +0000 linux(4): Eliminate a now unused includes after futexes refactoring. MFC after: 2 weeks (cherry picked from commit 2411ac0b89f3a33aca93c62b53bd48deee123766) --- sys/compat/linux/linux_futex.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c index edf059f74272..edd2e369f0cf 100644 --- a/sys/compat/linux/linux_futex.c +++ b/sys/compat/linux/linux_futex.c @@ -47,19 +47,13 @@ __KERNEL_RCSID(1, "$NetBSD: linux_futex.c,v 1.7 2006/07/24 19:01:49 manu Exp $") #include <sys/systm.h> #include <sys/imgact.h> #include <sys/imgact_elf.h> -#include <sys/kernel.h> #include <sys/ktr.h> -#include <sys/lock.h> -#include <sys/malloc.h> #include <sys/mutex.h> #include <sys/priv.h> #include <sys/proc.h> -#include <sys/queue.h> #include <sys/sched.h> #include <sys/umtxvar.h> -#include <vm/vm_extern.h> - #ifdef COMPAT_LINUX32 #include <machine/../linux32/linux.h> #include <machine/../linux32/linux32_proto.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206171937.25HJbpNT013916>