aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-14 03:08:16 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-14 10:41:42 -0800
commit3824ba7df91745da6ebac703c87c3b801c34fdd0 (patch)
treed613f40e6812042956098d638940c975a920ff8c /drivers/usb
parente1b114ee90040af5108973abd1a82babc4905868 (diff)
downloadlinux-3824ba7df91745da6ebac703c87c3b801c34fdd0.tar.gz
[PATCH] remove unused tmp_buf_sem's
tmp_buf_sem sems to be a common name for something completely unused... Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> ("usb portion") Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/serial/pl2303.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
index 9ffff1938239c9..0eb883f44adaee 100644
--- a/drivers/usb/serial/pl2303.c
+++ b/drivers/usb/serial/pl2303.c
@@ -43,8 +43,6 @@ static int debug;
#define PL2303_BUF_SIZE 1024
#define PL2303_TMP_BUF_SIZE 1024
-static DECLARE_MUTEX(pl2303_tmp_buf_sem);
-
struct pl2303_buf {
unsigned int buf_size;
char *buf_buf;