linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL] Remove extra #includes
@ 2003-07-07  7:58 Rusty Trivial Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Trivial Russell @ 2003-07-07  7:58 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

From:  Tom Rini <trini@kernel.crashing.org>

  This removes two extra #includes of <linux/spinlock.h>.
  Nothing in either of these files require <linux/spinlock.h>.
  
  ===== arch/i386/kernel/i387.c 1.16 vs edited =====

--- trivial-2.5.74-bk4/arch/i386/kernel/i387.c.orig	2003-07-07 17:36:54.000000000 +1000
+++ trivial-2.5.74-bk4/arch/i386/kernel/i387.c	2003-07-07 17:36:54.000000000 +1000
@@ -10,7 +10,6 @@
 
 #include <linux/config.h>
 #include <linux/sched.h>
-#include <linux/spinlock.h>
 #include <asm/processor.h>
 #include <asm/i387.h>
 #include <asm/math_emu.h>
--- trivial-2.5.74-bk4/include/asm-i386/i387.h.orig	2003-07-07 17:36:54.000000000 +1000
+++ trivial-2.5.74-bk4/include/asm-i386/i387.h	2003-07-07 17:36:54.000000000 +1000
@@ -12,7 +12,6 @@
 #define __ASM_I386_I387_H
 
 #include <linux/sched.h>
-#include <linux/spinlock.h>
 #include <asm/processor.h>
 #include <asm/sigcontext.h>
 #include <asm/user.h>
-- 
  What is this? http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
  Don't blame me: the Monkey is driving
  File: Tom Rini <trini@kernel.crashing.org>: [PATCH] Remove extra #includes

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-07  7:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-07  7:58 [TRIVIAL] Remove extra #includes Rusty Trivial Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).