aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-08-07 12:22:44 +0200
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:31 +0100
commit195f3b56f7d58587deb6a1d67ad4c704de035bb5 (patch)
treeaea7c40e4a33a62783531b374bb88ec0af0a5f67 /arch
parentfd2f75c68c5e75f15d4786215c079819c8708148 (diff)
downloadtip-195f3b56f7d58587deb6a1d67ad4c704de035bb5.tar.gz
headers/deps: x86/paravirt: Optimize <linux/paravirt.h> dependencies - remove the <linux/paravirt_api_clock.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <asm/paravirt.h> | LOC: 1,756 | headers: 100 after: | #include <asm/paravirt.h> | LOC: 1,743 | headers: 99 Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/paravirt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
index 2e3a19642bb372..2915dd33bf2fd6 100644
--- a/arch/x86/include/asm/paravirt.h
+++ b/arch/x86/include/asm/paravirt.h
@@ -14,7 +14,6 @@
#include <linux/static_call_types.h>
#include <linux/bug.h>
-#include <asm/paravirt_api_clock.h>
#include <asm/frame.h>
struct mm_struct;