File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,6 @@ extern void kvmppc_free_host_rm_ops(void);
478
478
extern void kvmppc_free_pimap (struct kvm * kvm );
479
479
extern int kvmppc_xics_rm_complete (struct kvm_vcpu * vcpu , u32 hcall );
480
480
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 );
482
481
extern int kvmppc_xics_hcall (struct kvm_vcpu * vcpu , u32 cmd );
483
482
extern u64 kvmppc_xics_get_icp (struct kvm_vcpu * vcpu );
484
483
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)
506
505
static inline int kvmppc_xics_enabled (struct kvm_vcpu * vcpu )
507
506
{ return 0 ; }
508
507
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 ; }
512
508
static inline int kvmppc_xics_hcall (struct kvm_vcpu * vcpu , u32 cmd )
513
509
{ return 0 ; }
514
510
#endif
You can’t perform that action at this time.
0 commit comments