Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-microblaze.git] / drivers / ptp / ptp_kvm_arm.c
index b7d28c8..e68e694 100644 (file)
@@ -22,6 +22,10 @@ int kvm_arch_ptp_init(void)
        return 0;
 }
 
+void kvm_arch_ptp_exit(void)
+{
+}
+
 int kvm_arch_ptp_get_clock(struct timespec64 *ts)
 {
        return kvm_arch_ptp_get_crosststamp(NULL, ts, NULL);