Re: [PATCH 44/47] tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers

From: Greg Kroah-Hartman
Date: Wed Mar 14 2018 - 12:33:03 EST


On Wed, Mar 14, 2018 at 04:35:57PM +0100, Arnd Bergmann wrote:
> The blackfin architecture is getting removed, so these drivers
> are not needed any more.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> drivers/tty/Kconfig | 13 --
> drivers/tty/Makefile | 1 -
> drivers/tty/bfin_jtag_comm.c | 353 ----------------------------------------
> drivers/tty/hvc/Kconfig | 9 -
> drivers/tty/hvc/Makefile | 1 -
> drivers/tty/hvc/hvc_bfin_jtag.c | 104 ------------
> 6 files changed, 481 deletions(-)
> delete mode 100644 drivers/tty/bfin_jtag_comm.c
> delete mode 100644 drivers/tty/hvc/hvc_bfin_jtag.c

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>