diff options
author | Alexander Graf <agraf@suse.de> | 2011-07-21 02:46:11 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-10-06 09:43:35 +0200 |
commit | e95a69cb6dce91c971bdf34a84a4026ff6b7821f (patch) | |
tree | 61802a1791c2beb6e98289b77c213da84dc89369 /target-ppc/kvm_ppc.h | |
parent | 7dadd40c89837a9c61d6bb24164a6c6b660d70a4 (diff) |
PPC: KVM: Remove kvmppc_read_host_property
We just got rid of the last user of kvmppc_read_host_property, so we
can now safely remove it.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/kvm_ppc.h')
-rw-r--r-- | target-ppc/kvm_ppc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h index 7c08c0f4eb..0c659c8d75 100644 --- a/target-ppc/kvm_ppc.h +++ b/target-ppc/kvm_ppc.h @@ -10,17 +10,6 @@ #define __KVM_PPC_H__ void kvmppc_init(void); -#ifndef CONFIG_KVM -static inline int kvmppc_read_host_property(const char *node_path, const char *prop, - void *val, size_t len) -{ - assert(0); - return -ENOSYS; -} -#else -int kvmppc_read_host_property(const char *node_path, const char *prop, - void *val, size_t len); -#endif uint32_t kvmppc_get_tbfreq(void); uint64_t kvmppc_get_clockfreq(void); |