| From: Nathan Chancellor <nathan@kernel.org> |
| Subject: fix-missing-vmalloch-includes-fix-3 |
| Date: Wed, 3 Apr 2024 14:12:40 -0700 |
| |
| fix loongarch build |
| |
| Link: https://lkml.kernel.org/r/20240403211240.GA307137@dev-arch.thelio-3990X |
| Signed-off-by: Nathan Chancellor <nathan@kernel.org> |
| Cc: Kent Overstreet <kent.overstreet@linux.dev> |
| Cc: Suren Baghdasaryan <surenb@google.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| arch/loongarch/include/asm/addrspace.h | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| --- a/arch/loongarch/include/asm/addrspace.h~fix-missing-vmalloch-includes-fix-3 |
| +++ a/arch/loongarch/include/asm/addrspace.h |
| @@ -11,6 +11,7 @@ |
| #define _ASM_ADDRSPACE_H |
| |
| #include <linux/const.h> |
| +#include <linux/sizes.h> |
| |
| #include <asm/loongarch.h> |
| |
| _ |