On 26/09/2019 12:42, Jianyong Wu wrote:
Currently, ptp_kvm modules implementation is only for x86 which includs
large part of arch-specific code.  This patch move all of those code
into new arch related file in the same directory.

Signed-off-by: Jianyong Wu <jianyong...@arm.com>

...

+int kvm_arch_ptp_get_clock_fn(unsigned long *cycle, struct timespec64 *tspec,
+                             struct clocksource **cs)


diff --git a/include/asm-generic/ptp_kvm.h b/include/asm-generic/ptp_kvm.h
new file mode 100644
index 000000000000..208e842bfa64
--- /dev/null
+++ b/include/asm-generic/ptp_kvm.h

+int kvm_arch_ptp_get_clock_fn(long *cycle,
+               struct timespec64 *tspec, void *cs);


Conflicting types for kvm_arch_ptp_get_clock_fn() ?

Suzuki

Reply via email to