[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-9bc9e1d4c139497553599a73839ea846dce63f72@git.kernel.org>
Date: Thu, 27 Jun 2019 16:43:19 -0700
From: tip-bot for Ingo Molnar <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: ashok.raj@...el.com, linux-kernel@...r.kernel.org, hpa@...or.com,
tglx@...utronix.de, Suravee.Suthikulpanit@....com,
eranian@...gle.com, andi.kleen@...el.com, mingo@...nel.org,
peterz@...radead.org, ricardo.neri-calderon@...ux.intel.com,
ravi.v.shankar@...el.com
Subject: [tip:x86/timers] x86/hpet: Remove not required includes
Commit-ID: 9bc9e1d4c139497553599a73839ea846dce63f72
Gitweb: https://git.kernel.org/tip/9bc9e1d4c139497553599a73839ea846dce63f72
Author: Ingo Molnar <mingo@...nel.org>
AuthorDate: Sun, 23 Jun 2019 15:23:54 +0200
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Fri, 28 Jun 2019 00:57:20 +0200
x86/hpet: Remove not required includes
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Reviewed-by: Ingo Molnar <mingo@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Ricardo Neri <ricardo.neri-calderon@...ux.intel.com>
Cc: Ashok Raj <ashok.raj@...el.com>
Cc: Andi Kleen <andi.kleen@...el.com>
Cc: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>
Cc: Stephane Eranian <eranian@...gle.com>
Cc: Ravi Shankar <ravi.v.shankar@...el.com>
Link: https://lkml.kernel.org/r/20190623132435.348089155@linutronix.de
---
arch/x86/kernel/hpet.c | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c
index 4cf93294bacc..96daae404b29 100644
--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -1,22 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-only
-#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <linux/interrupt.h>
-#include <linux/irq.h>
#include <linux/export.h>
#include <linux/delay.h>
-#include <linux/errno.h>
-#include <linux/i8253.h>
-#include <linux/slab.h>
#include <linux/hpet.h>
-#include <linux/init.h>
#include <linux/cpu.h>
-#include <linux/pm.h>
-#include <linux/io.h>
+#include <linux/irq.h>
-#include <asm/cpufeature.h>
-#include <asm/irqdomain.h>
-#include <asm/fixmap.h>
#include <asm/hpet.h>
#include <asm/time.h>
Powered by blists - more mailing lists