diff options
author | Richard Weinberger <richard@nod.at> | 2012-06-04 21:58:39 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-07-28 17:47:59 +0200 |
commit | a84ccab132370a07c7ca0c6df8c96bbd16306c9a (patch) | |
tree | 34492732bdae70e16ac71945ada5bae1700f0bc3 /arch/um/drivers/line.h | |
parent | 79e0273d187c807dfec8d0cf450b8187cab5d3af (diff) |
um: remove count_lock
this lock is no longer needed.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/drivers/line.h')
-rw-r--r-- | arch/um/drivers/line.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/line.h b/arch/um/drivers/line.h index ad00f3e11ec..bae95611e7a 100644 --- a/arch/um/drivers/line.h +++ b/arch/um/drivers/line.h @@ -33,7 +33,6 @@ struct line_driver { struct line { struct tty_port port; - struct mutex count_lock; int valid; char *init_str; |