mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rusty Trivial Russell <rusty@rustcorp.com.au>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [TRIVIAL] Remove extra #includes
Date: Mon, 07 Jul 2003 17:58:09 +1000	[thread overview]
Message-ID: <20030707080051.A05B52C2BB@lists.samba.org> (raw)

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

                 reply	other threads:[~2003-07-07  7:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030707080051.A05B52C2BB@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®