* [PATCH] more missing <linux/init.h>
@ 2002-04-10 5:20 Michal Jaegermann
0 siblings, 0 replies; only message in thread
From: Michal Jaegermann @ 2002-04-10 5:20 UTC (permalink / raw)
To: linux-kernel; +Cc: Marcelo Tossati
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-10 5:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 5:20 [PATCH] more missing <linux/init.h> Michal Jaegermann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox