Message ID | 20210922124704.600087-3-tabba@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | KVM: arm64: Fixed features for protected VMs | expand |
On Wed, Sep 22, 2021 at 01:46:54PM +0100, Fuad Tabba wrote: > From: Marc Zyngier <maz@kernel.org> > > hyp-main.c includes switch.h while it only requires adjust-pc.h. > Fix it to remove an unnecessary dependency. > > Signed-off-by: Marc Zyngier <maz@kernel.org> > Signed-off-by: Fuad Tabba <tabba@google.com> > --- > arch/arm64/kvm/hyp/nvhe/hyp-main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/kvm/hyp/nvhe/hyp-main.c b/arch/arm64/kvm/hyp/nvhe/hyp-main.c > index 2da6aa8da868..8ca1104f4774 100644 > --- a/arch/arm64/kvm/hyp/nvhe/hyp-main.c > +++ b/arch/arm64/kvm/hyp/nvhe/hyp-main.c > @@ -4,7 +4,7 @@ > * Author: Andrew Scull <ascull@google.com> > */ > > -#include <hyp/switch.h> > +#include <hyp/adjust_pc.h> > > #include <asm/pgtable-types.h> > #include <asm/kvm_asm.h> Acked-by: Will Deacon <will@kernel.org> Will
diff --git a/arch/arm64/kvm/hyp/nvhe/hyp-main.c b/arch/arm64/kvm/hyp/nvhe/hyp-main.c index 2da6aa8da868..8ca1104f4774 100644 --- a/arch/arm64/kvm/hyp/nvhe/hyp-main.c +++ b/arch/arm64/kvm/hyp/nvhe/hyp-main.c @@ -4,7 +4,7 @@ * Author: Andrew Scull <ascull@google.com> */ -#include <hyp/switch.h> +#include <hyp/adjust_pc.h> #include <asm/pgtable-types.h> #include <asm/kvm_asm.h>