Revert "FROMGIT: KVM: arm64: vgic: Replace kernel.h with the necessary inclusions"

This reverts commit de680fdc4b.

Bug: 233587962
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: I9bb0ad2b102a3415d5a3e57bb3c07ca5b45985f7
This commit is contained in:
Will Deacon
2022-07-07 15:51:51 +01:00
parent dca54686eb
commit a7ff4a258c

View File

@@ -5,11 +5,9 @@
#ifndef __KVM_ARM_VGIC_H
#define __KVM_ARM_VGIC_H
#include <linux/bits.h>
#include <linux/kernel.h>
#include <linux/kvm.h>
#include <linux/irqreturn.h>
#include <linux/kref.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
#include <linux/static_key.h>
#include <linux/types.h>