git: 71c876b6c1e4 - stable/13 - linux(4): Eliminate unused includes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:37:27 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=71c876b6c1e41168e696d79ffd373d48bb6bfa3e commit 71c876b6c1e41168e696d79ffd373d48bb6bfa3e Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-07-29 09:46:35 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:18 +0000 linux(4): Eliminate unused includes. MFC after: 2 weeks (cherry picked from commit b9c89fa39e1e20e9929eeec76c745f80e74e68a4) --- sys/compat/linux/linux_util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index b807dd1f33a0..9e6dea35617f 100644 --- a/sys/compat/linux/linux_util.c +++ b/sys/compat/linux/linux_util.c @@ -39,11 +39,9 @@ __FBSDID("$FreeBSD$"); #include <sys/conf.h> #include <sys/fcntl.h> #include <sys/jail.h> -#include <sys/lock.h> #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/linker_set.h> -#include <sys/mutex.h> #include <sys/namei.h> #include <sys/proc.h> #include <sys/sdt.h>