[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180402062352.x5qhtzsl4gzrdloo@gmail.com>
Date: Mon, 2 Apr 2018 08:23:53 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] Reduce <linux/interrupt.h> dependencies
Linus,
Please pull the latest core-headers-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-headers-for-linus
# HEAD: 562c45d635ecd5c0648ceb4d4aff9bdc1ad91252 headers: Drop two #included headers from <linux/interrupt.h>
A single change that drops two #includes from a frequently used kernel header:
<linux/interrupt.h>.
Thanks,
Ingo
------------------>
Randy Dunlap (1):
headers: Drop two #included headers from <linux/interrupt.h>
include/linux/interrupt.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index 69c238210325..5426627f9c55 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -4,9 +4,7 @@
#define _LINUX_INTERRUPT_H
#include <linux/kernel.h>
-#include <linux/linkage.h>
#include <linux/bitops.h>
-#include <linux/preempt.h>
#include <linux/cpumask.h>
#include <linux/irqreturn.h>
#include <linux/irqnr.h>
Powered by blists - more mailing lists