[PATCH] hyperv: Implement Time Synchronization using host time sample

Greg KH gregkh at linuxfoundation.org
Tue Oct 14 07:35:25 UTC 2014


On Tue, Oct 14, 2014 at 01:23:46AM -0700, Thomas Shao wrote:
> --- a/kernel/time/timekeeping.c
> +++ b/kernel/time/timekeeping.c
> @@ -1786,6 +1786,7 @@ int do_adjtimex(struct timex *txc)
>  
>  	return ret;
>  }
> +EXPORT_SYMBOL(do_adjtimex);

EXPORT_SYMBOL_GPL()?


More information about the devel mailing list