Loading net/wanrouter/wanproc.c +0 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ static struct proc_dir_entry *proc_router; * Iterator */ static void *r_start(struct seq_file *m, loff_t *pos) __acquires(kernel_lock) { struct wan_device *wandev; loff_t l = *pos; Loading @@ -103,7 +102,6 @@ static void *r_next(struct seq_file *m, void *v, loff_t *pos) } static void r_stop(struct seq_file *m, void *v) __releases(kernel_lock) { mutex_unlock(&config_mutex); } Loading Loading
net/wanrouter/wanproc.c +0 −2 Original line number Diff line number Diff line Loading @@ -81,7 +81,6 @@ static struct proc_dir_entry *proc_router; * Iterator */ static void *r_start(struct seq_file *m, loff_t *pos) __acquires(kernel_lock) { struct wan_device *wandev; loff_t l = *pos; Loading @@ -103,7 +102,6 @@ static void *r_next(struct seq_file *m, void *v, loff_t *pos) } static void r_stop(struct seq_file *m, void *v) __releases(kernel_lock) { mutex_unlock(&config_mutex); } Loading