mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 01:51:53 +00:00
ffd08731b2
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:
|
||
---|---|---|
.. | ||
gettimeofday.c | ||
Kconfig | ||
Makefile |