arm64: Fix circular header dependency

Replace linux/percpu.h include with asm/percpu.h to avoid circular
dependency.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
Kent Overstreet 2023-01-23 21:55:54 -05:00
parent 6060ef31f1
commit 04bc786d66
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
#define __BP_HARDEN_HYP_VECS_SZ ((BP_HARDEN_EL2_SLOTS - 1) * SZ_2K)
#ifndef __ASSEMBLY__
#include <linux/percpu.h>
#include <linux/smp.h>
#include <asm/percpu.h>
#include <asm/cpufeature.h>
#include <asm/virt.h>