aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2022-03-15 11:53:49 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:56:16 +0100
commit49cf75f071f0a4d5f4f1b5e194baa925c02e664c (patch)
tree724d5df41b4741d12aa0dcd62e70b6ac10326f7d /arch
parent3952a8465dcc764d978ab4f7b2f7ff7b2c8e1f8c (diff)
downloadtip-49cf75f071f0a4d5f4f1b5e194baa925c02e664c.tar.gz
headers/deps: Add header dependencies to .c files: <linux/timer.h>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/tsc_sync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/tsc_sync.c b/arch/x86/kernel/tsc_sync.c
index 38c07e1f89a1d0..c1a2d9e214b3ea 100644
--- a/arch/x86/kernel/tsc_sync.c
+++ b/arch/x86/kernel/tsc_sync.c
@@ -15,6 +15,7 @@
* ( The serial nature of the boot logic and the CPU hotplug lock
* protects against more than 2 CPUs entering this code. )
*/
+#include <linux/timer.h>
#include <linux/spinlock_api.h>
#include <linux/smp_api.h>
#include <linux/jiffies.h>