linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Linus Torvalds <torvalds@osdl.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Include linux/init.h for __init
Date: Wed, 22 Oct 2003 21:43:51 +1000	[thread overview]
Message-ID: <20031022114351.GA31790@gondor.apana.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

Hi:

These two files need linux/init.h to compile on alpha.

Cheers,
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 1131 bytes --]

Index: kernel-source-2.5/drivers/char/moxa.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/drivers/char/moxa.c,v
retrieving revision 1.6
diff -u -r1.6 moxa.c
--- kernel-source-2.5/drivers/char/moxa.c	11 Oct 2003 06:29:21 -0000	1.6
+++ kernel-source-2.5/drivers/char/moxa.c	22 Oct 2003 11:34:49 -0000
@@ -49,6 +49,7 @@
 #include <linux/tty_driver.h>
 #include <linux/delay.h>
 #include <linux/pci.h>
+#include <linux/init.h>
 
 #include <asm/system.h>
 #include <asm/io.h>
Index: kernel-source-2.5/drivers/char/mxser.c
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/drivers/char/mxser.c,v
retrieving revision 1.1.1.8
diff -u -r1.1.1.8 mxser.c
--- kernel-source-2.5/drivers/char/mxser.c	8 Oct 2003 19:24:17 -0000	1.1.1.8
+++ kernel-source-2.5/drivers/char/mxser.c	22 Oct 2003 11:35:42 -0000
@@ -56,6 +56,7 @@
 #include <linux/mm.h>
 #include <linux/smp_lock.h>
 #include <linux/pci.h>
+#include <linux/init.h>
 
 #include <asm/system.h>
 #include <asm/io.h>

                 reply	other threads:[~2003-10-22 11:44 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=20031022114351.GA31790@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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;
as well as URLs for NNTP newsgroup(s).