|
@@ -21,7 +21,6 @@
|
|
#define __POWERPC_KVM_PARA_H__
|
|
#define __POWERPC_KVM_PARA_H__
|
|
|
|
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
-#include <linux/of.h>
|
|
|
|
|
|
|
|
struct kvm_vcpu_arch_shared {
|
|
struct kvm_vcpu_arch_shared {
|
|
__u64 scratch1;
|
|
__u64 scratch1;
|
|
@@ -54,6 +53,8 @@ struct kvm_vcpu_arch_shared {
|
|
|
|
|
|
#ifdef CONFIG_KVM_GUEST
|
|
#ifdef CONFIG_KVM_GUEST
|
|
|
|
|
|
|
|
+#include <linux/of.h>
|
|
|
|
+
|
|
static inline int kvm_para_available(void)
|
|
static inline int kvm_para_available(void)
|
|
{
|
|
{
|
|
struct device_node *hyper_node;
|
|
struct device_node *hyper_node;
|