Char: istallion, remove hangup bottomhalf
tty_hangup schedules a work for hangup itself, no need to do it in the driver. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Acked-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d2e7a4b66d
commit
cfccaeea62
@@ -71,7 +71,6 @@ struct stliport {
|
||||
wait_queue_head_t open_wait;
|
||||
wait_queue_head_t close_wait;
|
||||
wait_queue_head_t raw_wait;
|
||||
struct work_struct tqhangup;
|
||||
struct asysigs asig;
|
||||
unsigned long addr;
|
||||
unsigned long rxoffset;
|
||||
|
Reference in New Issue
Block a user