SUNRPC: remove extraneous header inclusions
authorChuck Lever <chuck.lever@oracle.com>
Wed, 23 Aug 2006 00:06:18 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:47 +0000 (23:24 -0400)
commit39d7bbcb5ba5e9d8d658b70903dd7939400e57db
tree591e25f18cc1779c88c1a9de9306b23ff50bd0e0
parent081f79a9b09b634f0dc08ed014e0195464d52535
SUNRPC: remove extraneous header inclusions

include/linux/sunrpc/clnt.h already includes include/linux/sunrpc/xprt.h.
We can remove xprt.h from source files that already include clnt.h.
Likewise include/linux/sunrpc/timer.h.

Test plan:
Compile kernel with CONFIG_NFS enabled.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/mount_clnt.c
include/linux/nfs_xdr.h
net/sunrpc/pmap_clnt.c
net/sunrpc/sched.c
net/sunrpc/timer.c