Skip to content

Commit f50d6bd

Browse files
ozbenhmpe
authored andcommitted
powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declaration
The function doesn't exist anymore Signed-off-by: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent 936774c commit f50d6bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/powerpc/include/asm/kvm_ppc.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ extern void kvmppc_free_host_rm_ops(void);
478478
extern void kvmppc_free_pimap(struct kvm *kvm);
479479
extern int kvmppc_xics_rm_complete(struct kvm_vcpu *vcpu, u32 hcall);
480480
extern void kvmppc_xics_free_icp(struct kvm_vcpu *vcpu);
481-
extern int kvm_vm_ioctl_xics_irq(struct kvm *kvm, struct kvm_irq_level *args);
482481
extern int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd);
483482
extern u64 kvmppc_xics_get_icp(struct kvm_vcpu *vcpu);
484483
extern int kvmppc_xics_set_icp(struct kvm_vcpu *vcpu, u64 icpval);
@@ -506,9 +505,6 @@ static inline int kvmppc_xics_rm_complete(struct kvm_vcpu *vcpu, u32 hcall)
506505
static inline int kvmppc_xics_enabled(struct kvm_vcpu *vcpu)
507506
{ return 0; }
508507
static inline void kvmppc_xics_free_icp(struct kvm_vcpu *vcpu) { }
509-
static inline int kvm_vm_ioctl_xics_irq(struct kvm *kvm,
510-
struct kvm_irq_level *args)
511-
{ return -ENOTTY; }
512508
static inline int kvmppc_xics_hcall(struct kvm_vcpu *vcpu, u32 cmd)
513509
{ return 0; }
514510
#endif

0 commit comments

Comments
 (0)