linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove extra #includes
@ 2003-06-03 22:00 Tom Rini
  0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2003-06-03 22:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Kernel Mailing List

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 =====
--- 1.16/arch/i386/kernel/i387.c	Tue Apr  8 22:45:37 2003
+++ edited/arch/i386/kernel/i387.c	Tue Jun  3 13:10:08 2003
@@ -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>
===== include/asm-i386/i387.h 1.12 vs edited =====
--- 1.12/include/asm-i386/i387.h	Fri May  9 14:22:55 2003
+++ edited/include/asm-i386/i387.h	Tue Jun  3 13:23:18 2003
@@ -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>

-- 
Tom Rini
http://gate.crashing.org/~trini/

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

only message in thread, other threads:[~2003-06-03 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-03 22:00 [PATCH] Remove extra #includes Tom Rini

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).