From: Thomas Gleixner Date: Sun, 23 Jun 2019 13:23:44 +0000 (+0200) Subject: x86/hpet: Remove pointless x86-64 specific #include X-Git-Tag: v5.15~6057^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c4b0e0898ebff4d4821d5dd7a564903a1e88821;p=platform%2Fkernel%2Flinux-starfive.git x86/hpet: Remove pointless x86-64 specific #include Nothing requires asm/pgtable.h here anymore. Signed-off-by: Thomas Gleixner Reviewed-by: Ingo Molnar Cc: Peter Zijlstra Cc: Ricardo Neri Cc: Ashok Raj Cc: Andi Kleen Cc: Suravee Suthikulpanit Cc: Stephane Eranian Cc: Ravi Shankar Link: https://lkml.kernel.org/r/20190623132434.339011567@linutronix.de --- diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index daa97e1..76d63ed 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -71,10 +71,6 @@ static inline void hpet_writel(unsigned int d, unsigned int a) writel(d, hpet_virt_address + a); } -#ifdef CONFIG_X86_64 -#include -#endif - static inline void hpet_set_mapping(void) { hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);