[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
@@ -143,7 +143,6 @@ static int m68328_console_cbaud = DEFAULT_CBAUD;
|
||||
* memory if large numbers of serial ports are open.
|
||||
*/
|
||||
static unsigned char tmp_buf[SERIAL_XMIT_SIZE]; /* This is cheating */
|
||||
DECLARE_MUTEX(tmp_buf_sem);
|
||||
|
||||
static inline int serial_paranoia_check(struct m68k_serial *info,
|
||||
char *name, const char *routine)
|
||||
|
Reference in New Issue
Block a user