diff options
author | Alexander Graf <agraf@suse.de> | 2011-07-21 02:08:10 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-10-06 09:43:34 +0200 |
commit | a489f7f7111fb2e8aaf6a152731a5f1fe7e0c4b3 (patch) | |
tree | 2a8f0ae2044294773df49fdff68075d27b005dd1 /target-ppc/kvm_ppc.h | |
parent | d69a8e6387adcd79c29666930bc64fffd2a3f456 (diff) |
PPC: bamboo: Move host fdt copy to target
We have some code in generic kvm_ppc.c that is only used by 440. Move to
the 440 specific device code.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/kvm_ppc.h')
-rw-r--r-- | target-ppc/kvm_ppc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h index 45a1373b28..2f32249e6d 100644 --- a/target-ppc/kvm_ppc.h +++ b/target-ppc/kvm_ppc.h @@ -10,7 +10,6 @@ #define __KVM_PPC_H__ void kvmppc_init(void); -void kvmppc_fdt_update(void *fdt); #ifndef CONFIG_KVM static inline int kvmppc_read_host_property(const char *node_path, const char *prop, void *val, size_t len) |