diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-12-11 09:01:30 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-12-11 09:04:04 +0100 |
commit | d51953b0873358d13b189996e6976dfa12a9b59d (patch) | |
tree | 10deffb40c49c61587d345efc21c0cfa80c3a678 /drivers/fpga/fpga-mgr.c | |
parent | 76480a6a55a03d0fe5dd6290ccde7f78678ab85e (diff) |
x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog()
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:
cc1e24fdb064 x86/vdso: Remove pvclock fixmap machinery
this file got clocksource.h indirectly via fixmap.h - that stealth route
of header inclusion is now gone.
Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions