diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-09-11 18:29:28 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-09-11 18:29:28 +0000 |
| commit | 027d727d4071435376017d3789fe603a8aec805a (patch) | |
| tree | 046fee58cda97fad778eda50964c21b9f02a054b | |
| parent | d13550f0c9c283e6bf7a2a3ec870f92a882c9f21 (diff) | |
linux(4): Cleanup includes under arm64
No functional changes.
MFC after: 1 week
| -rw-r--r-- | sys/arm64/linux/linux_machdep.c | 2 | ||||
| -rw-r--r-- | sys/arm64/linux/linux_sysvec.c | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sys/arm64/linux/linux_machdep.c b/sys/arm64/linux/linux_machdep.c index 3ba5683941b5..3bc2923b9d4d 100644 --- a/sys/arm64/linux/linux_machdep.c +++ b/sys/arm64/linux/linux_machdep.c @@ -27,8 +27,6 @@ */ #include <sys/param.h> -#include <sys/fcntl.h> -#include <sys/ktr.h> #include <sys/proc.h> #include <sys/ptrace.h> #include <sys/reg.h> diff --git a/sys/arm64/linux/linux_sysvec.c b/sys/arm64/linux/linux_sysvec.c index 3072732de768..5f9252accb5f 100644 --- a/sys/arm64/linux/linux_sysvec.c +++ b/sys/arm64/linux/linux_sysvec.c @@ -44,10 +44,8 @@ #include <sys/sysctl.h> #include <sys/sysent.h> -#include <vm/pmap.h> #include <vm/vm.h> -#include <vm/vm_map.h> -#include <vm/vm_page.h> +#include <vm/vm_param.h> #include <arm64/linux/linux.h> #include <arm64/linux/linux_proto.h> |
