]> git.neil.brown.name Git - history.git/commitdiff
[IPX]: ipx_proc.c needs linux/init.h even when PROC_FS is not enabled.
authorNoah J. Misch <noah@caltech.edu>
Sat, 11 Oct 2003 05:18:00 +0000 (22:18 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Sat, 11 Oct 2003 05:18:00 +0000 (22:18 -0700)
net/ipx/ipx_proc.c

index ba08f3f3289f45bf3bcced14a75ca89372bae418..c2febe44d1f25992a6af9891ebed28f5c17d16fc 100644 (file)
@@ -5,8 +5,8 @@
  */
 
 #include <linux/config.h>
-#ifdef CONFIG_PROC_FS
 #include <linux/init.h>
+#ifdef CONFIG_PROC_FS
 #include <linux/proc_fs.h>
 #include <linux/spinlock.h>
 #include <linux/seq_file.h>