summaryrefslogtreecommitdiff
path: root/net/wanrouter
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2011-11-07 13:27:30 -0500
committerDavid S. Miller <davem@davemloft.net>2011-11-07 13:27:30 -0500
commit039c811cb0e6c5696086072794bb79fc7011c765 (patch)
treea74d1a5d974769a9352c09124b9a4275a8204214 /net/wanrouter
parent23ba07991dad5a96a024c1b45cb602eef5f83df8 (diff)
wanrouter: Remove kernel_lock annotations
The BKL is gone, these annotations are useless. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wanrouter')
-rw-r--r--net/wanrouter/wanproc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/wanrouter/wanproc.c b/net/wanrouter/wanproc.c
index f346395314b..c43612ee96b 100644
--- a/net/wanrouter/wanproc.c
+++ b/net/wanrouter/wanproc.c
@@ -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;
@@ -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);
}