mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-15 17:15:58 +00:00
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 | ||