|
@@ -171,7 +171,6 @@ static inline struct proc_dir_entry *create_proc_read_entry(const char *name,
|
|
|
return res;
|
|
|
}
|
|
|
|
|
|
-extern void proc_net_remove(struct net *net, const char *name);
|
|
|
extern struct proc_dir_entry *proc_net_mkdir(struct net *net, const char *name,
|
|
|
struct proc_dir_entry *parent);
|
|
|
|
|
@@ -182,8 +181,6 @@ extern int proc_alloc_inum(unsigned int *pino);
|
|
|
extern void proc_free_inum(unsigned int inum);
|
|
|
#else
|
|
|
|
|
|
-static inline void proc_net_remove(struct net *net, const char *name) {}
|
|
|
-
|
|
|
static inline void proc_flush_task(struct task_struct *task)
|
|
|
{
|
|
|
}
|