All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.4.18pre4 cleanup in asm-i386/system.h
Date: Sat, 19 Jan 2002 18:23:42 +0100	[thread overview]
Message-ID: <20020119182342.A5145@suse.de> (raw)

Hi,

the asm-i386/system.h includes <linux/init.h> without real need.
Some driver module authors do sometimes forget to include linux/init.h
in their code with the result that it can not compile on other archs.


--- linux-2.4.18pre4/include/asm-i386/system.h.old      Thu Nov 22 20:46:18 2001
+++ linux-2.4.18pre4/include/asm-i386/system.h  Sat Jan 19 17:40:51 2002
@@ -3,9 +3,8 @@
 
 #include <linux/config.h>
 #include <linux/kernel.h>
-#include <linux/init.h>
 #include <asm/segment.h>
-#include <linux/bitops.h> /* for LOCK_PREFIX */
+#include <asm/bitops.h> /* for LOCK_PREFIX */
 
 #ifdef __KERNEL__
 


Gruss Olaf

-- 
 $ man clone

BUGS
       Main feature not yet implemented...

                 reply	other threads:[~2002-01-19 17:24 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=20020119182342.A5145@suse.de \
    --to=olh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.