2024-04-05 22:51:28

by Suren Baghdasaryan

[permalink] [raw]
Subject: [PATCH 1/1] fixup! fix missing vmalloc.h includes

fix arc build

Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Suren Baghdasaryan <[email protected]>
---
arch/arc/include/asm/mmu-arcv2.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arc/include/asm/mmu-arcv2.h b/arch/arc/include/asm/mmu-arcv2.h
index ed9036d4ede3..d85dc0721907 100644
--- a/arch/arc/include/asm/mmu-arcv2.h
+++ b/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
*/
--
2.44.0.478.gd926399ef9-goog