projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e938edd
)
KVM: arm64: vgic: Replace kernel.h with the necessary inclusions
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 4 Jan 2022 15:19:40 +0000
(17:19 +0200)
committer
Marc Zyngier
<maz@kernel.org>
Tue, 4 Jan 2022 17:11:47 +0000
(17:11 +0000)
arm_vgic.h does not require all the stuff that kernel.h provides.
Replace kernel.h inclusion with the list of what is really being used.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20220104151940.55399-1-andriy.shevchenko@linux.intel.com
include/kvm/arm_vgic.h
patch
|
blob
|
history
diff --git
a/include/kvm/arm_vgic.h
b/include/kvm/arm_vgic.h
index e602d848fc1ab7291fe04dc56745bc41e28b8b1c..bb30a6803d9f04770490fb2fec39ef58a7c8dde9 100644
(file)
--- a/
include/kvm/arm_vgic.h
+++ b/
include/kvm/arm_vgic.h
@@
-5,9
+5,11
@@
#ifndef __KVM_ARM_VGIC_H
#define __KVM_ARM_VGIC_H
-#include <linux/
kernel
.h>
+#include <linux/
bits
.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>