Hi Greg,
This patch removes unused data from pl2303 driver.
Signed-off-by: Luiz Capitulino <[email protected]>
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