lkml.org 
[lkml]   [2002]   [Apr]   [10]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 9 Apr 2002 23:20:39 -0600
FromMichal Jaegermann <>
Subject[PATCH] more missing <linux/init.h>
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [from the cache]
©2003-2008