From: Michal Jaegermann <michal@harddata.com>
To: linux-kernel@vger.kernel.org
Cc: Marcelo Tossati <marcelo@conectiva.com.br>
Subject: [PATCH] more missing <linux/init.h>
Date: Tue, 9 Apr 2002 23:20:39 -0600 [thread overview]
Message-ID: <20020409232039.B21063@mail.harddata.com> (raw)
I run into a missing "#include <linux/init.h>" on Alpha in another
place then init/do_mounts.c (see recent messages from Jurriaan
and Al Viro). To avoid syntax errors one needs also this:
--- linux-2.4.19-pre/fs/nfsd/nfsctl.c~ Tue Apr 9 22:36:41 2002
+++ linux-2.4.19-pre/fs/nfsd/nfsctl.c Tue Apr 9 23:05:59 2002
@@ -21,6 +21,7 @@
#include <linux/slab.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
+#include <linux/init.h>
#include <linux/nfs.h>
#include <linux/sunrpc/svc.h>
Michal
reply other threads:[~2002-04-10 5:21 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=20020409232039.B21063@mail.harddata.com \
--to=michal@harddata.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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