[PATCH] - Removes unused data from pl2303 driver.
From: Luiz Fernando Capitulino
Date: Wed Nov 16 2005 - 12:17:13 EST
Hi Greg,
This patch removes unused data from pl2303 driver.
Signed-off-by: Luiz Capitulino <lcapitulino@xxxxxxxxxxxxxxx>
drivers/usb/serial/pl2303.c | 4 ----
1 files changed, 4 deletions(-)
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
--- a/drivers/usb/serial/pl2303.c
+++ b/drivers/usb/serial/pl2303.c
@@ -39,11 +39,7 @@
static int debug;
#define PL2303_CLOSING_WAIT (30*HZ)
-
#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;
--
Luiz Fernando N. Capitulino
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/