From: "Matti Annala" <gval@mbnet.fi>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH] include/asm-*/init.h removal
Date: Mon, 14 Oct 2002 10:44:11 +0300 [thread overview]
Message-ID: <002301c27355$7cfa7b80$5fa864c2@windows> (raw)
The tiny patch below removes the last "#include <asm/init.h>" from the kernel tree and thus renders the include/asm-*/init.h headers useless. The source file didn't seem to need anything from the include/linux/init.h header so I simply removed the line. The include/asm-*/init.h headers can now be safely removed.
diff -ur linux-2.5.42/drivers/macintosh/via-macii.c difflinux/drivers/macintosh/via-macii.c
--- linux-2.5.42/drivers/macintosh/via-macii.c 2002-10-12 07:22:10.000000000 +0300
+++ difflinux/drivers/macintosh/via-macii.c 2002-10-11 17:35:38.000000000 +0300
@@ -27,7 +27,6 @@
#include <asm/mac_via.h>
#include <asm/io.h>
#include <asm/system.h>
-#include <asm/init.h>
static volatile unsigned char *via;
reply other threads:[~2002-10-14 7:16 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='002301c27355$7cfa7b80$5fa864c2@windows' \
--to=gval@mbnet.fi \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox