]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
SUNRPC: Remove the unused export of xprt_force_disconnect
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 17 Apr 2008 18:00:47 +0000 (14:00 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 Apr 2008 20:55:08 +0000 (16:55 -0400)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xprt.c

index 5110a4ea7fdf96256308cea17aa1f1f9d94ce4b0..a0646a3b4a39134683ec0d9279466216b82b72c5 100644 (file)
@@ -605,7 +605,6 @@ void xprt_force_disconnect(struct rpc_xprt *xprt)
        xprt_wake_pending_tasks(xprt, -ENOTCONN);
        spin_unlock_bh(&xprt->transport_lock);
 }
-EXPORT_SYMBOL_GPL(xprt_force_disconnect);
 
 static void
 xprt_init_autodisconnect(unsigned long data)