diff options
Diffstat (limited to 'net/wanrouter/wanproc.c')
-rw-r--r-- | net/wanrouter/wanproc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/wanrouter/wanproc.c b/net/wanrouter/wanproc.c index f346395314ba..c43612ee96bb 100644 --- a/net/wanrouter/wanproc.c +++ b/net/wanrouter/wanproc.c | |||
@@ -81,7 +81,6 @@ static struct proc_dir_entry *proc_router; | |||
81 | * Iterator | 81 | * Iterator |
82 | */ | 82 | */ |
83 | static void *r_start(struct seq_file *m, loff_t *pos) | 83 | static void *r_start(struct seq_file *m, loff_t *pos) |
84 | __acquires(kernel_lock) | ||
85 | { | 84 | { |
86 | struct wan_device *wandev; | 85 | struct wan_device *wandev; |
87 | loff_t l = *pos; | 86 | loff_t l = *pos; |
@@ -103,7 +102,6 @@ static void *r_next(struct seq_file *m, void *v, loff_t *pos) | |||
103 | } | 102 | } |
104 | 103 | ||
105 | static void r_stop(struct seq_file *m, void *v) | 104 | static void r_stop(struct seq_file *m, void *v) |
106 | __releases(kernel_lock) | ||
107 | { | 105 | { |
108 | mutex_unlock(&config_mutex); | 106 | mutex_unlock(&config_mutex); |
109 | } | 107 | } |