diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kvm/i8254.c | 2 | ||||
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kvm/i8254.c b/arch/x86/kvm/i8254.c index fdaa0f00e478..4cb443026ec4 100644 --- a/arch/x86/kvm/i8254.c +++ b/arch/x86/kvm/i8254.c | |||
@@ -222,7 +222,7 @@ int pit_has_pending_timer(struct kvm_vcpu *vcpu) | |||
222 | return 0; | 222 | return 0; |
223 | } | 223 | } |
224 | 224 | ||
225 | void kvm_pit_ack_irq(struct kvm_irq_ack_notifier *kian) | 225 | static void kvm_pit_ack_irq(struct kvm_irq_ack_notifier *kian) |
226 | { | 226 | { |
227 | struct kvm_kpit_state *ps = container_of(kian, struct kvm_kpit_state, | 227 | struct kvm_kpit_state *ps = container_of(kian, struct kvm_kpit_state, |
228 | irq_ack_notifier); | 228 | irq_ack_notifier); |
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 5b3c8821b191..22edd95712ee 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -104,7 +104,7 @@ struct kvm_stats_debugfs_item debugfs_entries[] = { | |||
104 | { NULL } | 104 | { NULL } |
105 | }; | 105 | }; |
106 | 106 | ||
107 | struct kvm_assigned_dev_kernel *kvm_find_assigned_dev(struct list_head *head, | 107 | static struct kvm_assigned_dev_kernel *kvm_find_assigned_dev(struct list_head *head, |
108 | int assigned_dev_id) | 108 | int assigned_dev_id) |
109 | { | 109 | { |
110 | struct list_head *ptr; | 110 | struct list_head *ptr; |