| From: Suren Baghdasaryan <surenb@google.com> |
| Subject: fixup! fix missing vmalloc.h includes |
| Date: Fri, 5 Apr 2024 15:51:15 -0700 |
| |
| fix arc build |
| |
| Link: https://lkml.kernel.org/r/20240405225115.431056-1-surenb@google.com |
| Reported-by: kernel test robot <lkp@intel.com> |
| Closes: https://lore.kernel.org/oe-kbuild-all/202404050828.5pKgmCLu-lkp@intel.com/ |
| Signed-off-by: Suren Baghdasaryan <surenb@google.com> |
| Cc: Kent Overstreet <kent.overstreet@linux.dev> |
| Cc: kernel test robot <lkp@intel.com> |
| Cc: Pasha Tatashin <pasha.tatashin@soleen.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| arch/arc/include/asm/mmu-arcv2.h | 2 ++ |
| 1 file changed, 2 insertions(+) |
| |
| --- a/arch/arc/include/asm/mmu-arcv2.h~fix-missing-vmalloch-includes-fix-6 |
| +++ a/arch/arc/include/asm/mmu-arcv2.h |
| @@ -9,6 +9,8 @@ |
| #ifndef _ASM_ARC_MMU_ARCV2_H |
| #define _ASM_ARC_MMU_ARCV2_H |
| |
| +#include <soc/arc/aux.h> |
| + |
| /* |
| * TLB Management regs |
| */ |
| _ |