[patch 04/29] x86/hpet: Remove pointless x86-64 specific #include

From: Thomas Gleixner
Date: Sun Jun 23 2019 - 09:29:10 EST


Nothing requires asm/pgtable.h here anymore.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
arch/x86/kernel/hpet.c | 4 ----
1 file changed, 4 deletions(-)

--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -71,10 +71,6 @@ static inline void hpet_writel(unsigned
writel(d, hpet_virt_address + a);
}

-#ifdef CONFIG_X86_64
-#include <asm/pgtable.h>
-#endif
-
static inline void hpet_set_mapping(void)
{
hpet_virt_address = ioremap_nocache(hpet_address, HPET_MMAP_SIZE);