lkml.org 
[lkml]   [2003]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[TRIVIAL] Remove extra #includes
Date
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.101 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site