kernel/include/linux/sunrpc/rpc_pipe_fs.h
.. .. @@ -2,8 +2,6 @@ 2 2 #ifndef _LINUX_SUNRPC_RPC_PIPE_FS_H 3 3 #define _LINUX_SUNRPC_RPC_PIPE_FS_H 4 4 5 -#ifdef __KERNEL__6 -7 5 #include <linux/workqueue.h> 8 6 9 7 struct rpc_pipe_dir_head { .. .. @@ -132,5 +130,4 @@ 132 130 133 131 extern bool gssd_running(struct net *net); 134 132 135 -#endif136 133 #endif