Re: [PATCH v8 2/6] time: sync read_boot_clock64() with persistent clock

From: Pavel Tatashin
Date: Tue Nov 14 2017 - 22:57:09 EST


> IMO, using the extern keyword on function prototypes in *.h files
> is superfluous, but, It doesn't matter for functionality. *extern*
> is default keywords.
>
> AFAIK, it's a code style problem. In x86 arch, we prefer to
> keep *extern* explicitly, so, let's keep it like before for
> code consistency.

Sounds good, I will restore externs.

Thank you,
Pavel