[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>
This commit is contained in:

committed by
Linus Torvalds

parent
e1b114ee90
commit
3824ba7df9
@@ -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;
|
||||
|
Reference in New Issue
Block a user