diff options
author | Zaid Al-Bassam <zalbassam@google.com> | 2023-03-17 15:50:23 -0400 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-03-27 14:01:18 +0100 |
commit | 11fba29a8a1f2fca08f301426b15c62d8a0b8040 (patch) | |
tree | 6f2a90cb7e9dcc0ebcaa45bb842340840c528bc7 /drivers | |
parent | 711432770f78e5a9ae235a1a55decfb71993c958 (diff) |
perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
KVM host support is available only on arm64.
By moving the inclusion of kvm_host.h to an arm64-specific file,
the 32bit architecture will be able to implement dummy helpers.
Signed-off-by: Zaid Al-Bassam <zalbassam@google.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20230317195027.3746949-5-zalbassam@google.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/perf/arm_pmuv3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/perf/arm_pmuv3.c b/drivers/perf/arm_pmuv3.c index f7d890af8cc1..2cab600af4fd 100644 --- a/drivers/perf/arm_pmuv3.c +++ b/drivers/perf/arm_pmuv3.c @@ -16,7 +16,6 @@ #include <linux/acpi.h> #include <linux/clocksource.h> -#include <linux/kvm_host.h> #include <linux/of.h> #include <linux/perf/arm_pmu.h> #include <linux/perf/arm_pmuv3.h> |