From: NeilBrown <neilb@cse.unsw.edu.au>



---

 25-akpm/net/sunrpc/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN net/sunrpc/Makefile~knfsd-sunrpc_init-ordering-fixes net/sunrpc/Makefile
--- 25/net/sunrpc/Makefile~knfsd-sunrpc_init-ordering-fixes	Mon Feb 23 16:34:06 2004
+++ 25-akpm/net/sunrpc/Makefile	Mon Feb 23 16:34:06 2004
@@ -2,9 +2,9 @@
 # Makefile for Linux kernel SUN RPC
 #
 
-obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
 
 obj-$(CONFIG_SUNRPC) += sunrpc.o
+obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
 
 sunrpc-y := clnt.o xprt.o sched.o \
 	    auth.o auth_null.o auth_unix.o \

_