diff options
author | Tejun Heo <tj@kernel.org> | 2011-01-24 17:53:41 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-03 14:16:49 -0800 |
commit | f094298bae5f5d0e1cb3bff4621aae7ef486812a (patch) | |
tree | ccdecb7d66c702eeda27863b8fc9030196753763 /drivers/tty/serial/68328serial.h | |
parent | 5933a161abcb8d83a2c145177f48027c3c0a8995 (diff) |
68328serial: remove unsed m68k_serial->tqueue_hangup
m68k_serial->tqueue_hangup is unused. Remove it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/68328serial.h')
-rw-r--r-- | drivers/tty/serial/68328serial.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/68328serial.h b/drivers/tty/serial/68328serial.h index 664ceb0a158..8c9c3c0745d 100644 --- a/drivers/tty/serial/68328serial.h +++ b/drivers/tty/serial/68328serial.h @@ -159,7 +159,6 @@ struct m68k_serial { int xmit_tail; int xmit_cnt; struct work_struct tqueue; - struct work_struct tqueue_hangup; wait_queue_head_t open_wait; wait_queue_head_t close_wait; }; |