um: Remove obsolete reenable_XX calls
authorAnton Ivanov <anton.ivanov@cambridgegreys.com>
Tue, 13 Nov 2018 15:08:02 +0000 (15:08 +0000)
committerRichard Weinberger <richard@nod.at>
Thu, 27 Dec 2018 21:48:35 +0000 (22:48 +0100)
commit940b241d9050fc354f68c182e99fc3da1ff36bc0
treed57775381213bb7cf168bc506242e054954e6e5c
parentb9794231737ab8c8a3a225b50aa168c4c7f9b9ec
um: Remove obsolete reenable_XX calls

reenable_fd has been a NOP since the introduction of the EPOLL
based interrupt controller.
reenable_channel() is no longer needed as the flow control is
now handled via the write IRQs on the channel.

Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/chan_kern.c
arch/um/drivers/line.c
arch/um/drivers/mconsole_kern.c
arch/um/drivers/net_kern.c
arch/um/drivers/port_kern.c
arch/um/drivers/random.c
arch/um/drivers/ubd_kern.c
arch/um/include/shared/irq_user.h
arch/um/kernel/irq.c
arch/um/kernel/sigio.c