aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/timex.h
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-08-06 14:36:20 +0200
committerIngo Molnar <mingo@kernel.org>2020-08-06 16:13:13 +0200
commitb3545192e2b4647234254c5122f8cbfddbcbdaa0 (patch)
tree734659cd75af8ea8418c9d5f978c6622b478ebc6 /arch/parisc/include/asm/timex.h
parentx86/headers: Remove APIC headers from <asm/smp.h> (diff)
downloadlinux-dev-b3545192e2b4647234254c5122f8cbfddbcbdaa0.tar.xz
linux-dev-b3545192e2b4647234254c5122f8cbfddbcbdaa0.zip
locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits into the new <asm/xtp.h> header
We want to remove the #include <asm/io.h> from <asm/smp.h>, but for this we have to move the XTP bits into a separate header first (as these bits rely on <asm/io.h> definitions), and include them in the .c files that rely on those APIs. Co-developed-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/parisc/include/asm/timex.h')
-rw-r--r--arch/parisc/include/asm/timex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/timex.h b/arch/parisc/include/asm/timex.h
index 45537cd4d1d3..06b510f8172e 100644
--- a/arch/parisc/include/asm/timex.h
+++ b/arch/parisc/include/asm/timex.h
@@ -7,6 +7,7 @@
#ifndef _ASMPARISC_TIMEX_H
#define _ASMPARISC_TIMEX_H
+#include <asm/special_insns.h>
#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */