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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to