Signed-off-by: Jim Rees <rees@xxxxxxxxx> [This patch does *not* break the header's independence] Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> --- include/linux/sunrpc/simple_rpc_pipefs.h | 6 ------ net/sunrpc/simple_rpc_pipefs.c | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/include/linux/sunrpc/simple_rpc_pipefs.h b/include/linux/sunrpc/simple_rpc_pipefs.h index 02e8147..f6a1227 100644 --- a/include/linux/sunrpc/simple_rpc_pipefs.h +++ b/include/linux/sunrpc/simple_rpc_pipefs.h @@ -39,14 +39,8 @@ #ifndef _SIMPLE_RPC_PIPEFS_H_ #define _SIMPLE_RPC_PIPEFS_H_ -#include <linux/fs.h> -#include <linux/list.h> -#include <linux/mount.h> -#include <linux/sched.h> -#include <linux/sunrpc/clnt.h> #include <linux/sunrpc/rpc_pipe_fs.h> - #define payload_of(headerp) ((void *)(headerp + 1)) /* diff --git a/net/sunrpc/simple_rpc_pipefs.c b/net/sunrpc/simple_rpc_pipefs.c index c9306aa..24af0a1 100644 --- a/net/sunrpc/simple_rpc_pipefs.c +++ b/net/sunrpc/simple_rpc_pipefs.c @@ -38,9 +38,8 @@ * With thanks to CITI's project sponsor and partner, IBM. */ -#include <linux/completion.h> -#include <linux/uaccess.h> -#include <linux/module.h> +#include <linux/mount.h> +#include <linux/sunrpc/clnt.h> #include <linux/sunrpc/simple_rpc_pipefs.h> -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html