mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
d51953b087
This build failure triggers on 64-bit allmodconfig:
arch/x86/platform/uv/uv_nmi.c:493:2: error: implicit declaration of function ‘clocksource_touch_watchdog’ [-Werror=implicit-function-declaration]
which is caused by recent changes exposing a missing clocksource.h include
in uv_nmi.c:
|
||
---|---|---|
.. | ||
bios_uv.c | ||
Makefile | ||
tlb_uv.c | ||
uv_irq.c | ||
uv_nmi.c | ||
uv_sysfs.c | ||
uv_time.c |