diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-03-23 12:00:27 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-23 16:38:11 +0100 |
commit | 6f87f0deebaff2716a3ce9232f948d702690562a (patch) | |
tree | 85f532fe39be7c224635dd9ed0198668c30bafa3 /drivers/char/istallion.c | |
parent | [PATCH] sem2mutex: drivers/block/floppy.c (diff) | |
download | linux-6f87f0deebaff2716a3ce9232f948d702690562a.tar.xz linux-6f87f0deebaff2716a3ce9232f948d702690562a.zip |
[PATCH] sem2mutex: drivers/char/
Semaphore to mutex conversion.
The conversion was generated via scripts, and the result was validated
automatically via a script as well.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/istallion.c')
-rw-r--r-- | drivers/char/istallion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/istallion.c b/drivers/char/istallion.c index 28c5a3193b81..ede128356af2 100644 --- a/drivers/char/istallion.c +++ b/drivers/char/istallion.c @@ -181,7 +181,6 @@ static struct tty_driver *stli_serial; * is already swapping a shared buffer won't make things any worse. */ static char *stli_tmpwritebuf; -static DECLARE_MUTEX(stli_tmpwritesem); #define STLI_TXBUFSIZE 4096 |