OSDN Git Service

lib/vdso: Make __cvdso_clock_getres() static
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Thu, 28 Nov 2019 11:17:19 +0000 (11:17 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 10 Jan 2020 18:29:01 +0000 (19:29 +0100)
commitffd08731b2d632459428612431060cf902324a8d
treedcba0eca80dc01e77be7fc413c2fd116951a9eda
parentf35deaff1b8eadb9897e4fb8b3edc7717f4ec6fa
lib/vdso: Make __cvdso_clock_getres() static

Fix the following sparse warning in the generic vDSO library:

  linux/lib/vdso/gettimeofday.c:224:5: warning: symbol
  '__cvdso_clock_getres' was not declared. Should it be static?

Make it static and also mark it __maybe_unsed.

Fixes: 502a590a170b ("lib/vdso: Move fallback invocation to the callers")
Reported-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20191128111719.8282-1-vincenzo.frascino@arm.com
lib/vdso/gettimeofday.c