|
@@ -69,8 +69,8 @@ void svc_seq_show(struct seq_file *,
|
|
|
const struct svc_stat *);
|
|
|
#else
|
|
|
|
|
|
-static inline struct proc_dir_entry *rpc_proc_register(struct net *, struct rpc_stat *s) { return NULL; }
|
|
|
-static inline void rpc_proc_unregisterstruct net *, (const char *p) {}
|
|
|
+static inline struct proc_dir_entry *rpc_proc_register(struct net *net, struct rpc_stat *s) { return NULL; }
|
|
|
+static inline void rpc_proc_unregister(struct net *net, const char *p) {}
|
|
|
static inline void rpc_proc_zero(struct rpc_program *p) {}
|
|
|
|
|
|
static inline struct proc_dir_entry *svc_proc_register(struct svc_stat *s,
|