git: 415ca4d27d76 - main - linuxkpi: Include <linux/shinker.h> in <linux/mm.h>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Nov 2022 17:57:40 UTC
The branch main has been updated by dumbbell (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=415ca4d27d76e0787d65108fd96c980ea68c6eff commit 415ca4d27d76e0787d65108fd96c980ea68c6eff Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> AuthorDate: 2022-11-11 17:34:19 +0000 Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> CommitDate: 2022-11-11 17:34:19 +0000 linuxkpi: Include <linux/shinker.h> in <linux/mm.h> This is done like this in Linux. Reviewed by: emaste manu Approved by: emaste manu Differential Revision: https://reviews.freebsd.org/D36956 --- sys/compat/linuxkpi/common/include/linux/mm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/compat/linuxkpi/common/include/linux/mm.h b/sys/compat/linuxkpi/common/include/linux/mm.h index a266b5913625..a0a96bcdb5a2 100644 --- a/sys/compat/linuxkpi/common/include/linux/mm.h +++ b/sys/compat/linuxkpi/common/include/linux/mm.h @@ -40,6 +40,7 @@ #include <linux/pfn.h> #include <linux/list.h> #include <linux/mmap_lock.h> +#include <linux/shrinker.h> #include <asm/pgtable.h>