patch-1.3.39 linux/fs/nfs/rpcsock.c

Next file: linux/fs/nfs/sock.c
Previous file: linux/fs/nfs/proc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.38/linux/fs/nfs/rpcsock.c linux/fs/nfs/rpcsock.c
@@ -19,10 +19,6 @@
  *  Copyright (C) 1995, Olaf Kirch <okir@monad.swb.de>
  */
 
-#ifdef MODULE
-#include <linux/module.h>
-#endif
-
 #include <linux/types.h>
 #include <linux/malloc.h>
 #include <linux/sched.h>
@@ -30,11 +26,12 @@
 #include <linux/errno.h>
 #include <linux/socket.h>
 #include <linux/fcntl.h>
-#include <asm/segment.h>
 #include <linux/in.h>
 #include <linux/net.h>
 #include <linux/mm.h>
 #include <linux/rpcsock.h>
+
+#include <asm/segment.h>
 
 #define msleep(sec)	{ current->timeout = sec * HZ / 1000; \
 			  current->state = TASK_INTERRUPTIBLE; \

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this