[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240405225115.431056-1-surenb@google.com>
Date: Fri, 5 Apr 2024 15:51:15 -0700
From: Suren Baghdasaryan <surenb@...gle.com>
To: akpm@...ux-foundation.org
Cc: kent.overstreet@...ux.dev, pasha.tatashin@...een.com, surenb@...gle.com,
linux-mm@...ck.org, linux-kernel@...r.kernel.org,
kernel test robot <lkp@...el.com>
Subject: [PATCH 1/1] fixup! fix missing vmalloc.h includes
fix arc build
Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404050828.5pKgmCLu-lkp@intel.com/
Signed-off-by: Suren Baghdasaryan <surenb@...gle.com>
---
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
Powered by blists - more mailing lists