On Wed, Mar 14, 2018 at 04:35:54PM +0100, Arnd Bergmann wrote: > The blackfin architecture is getting removed, so both the bfin_uart > and bfin_sport_uart can be removed as well. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> > --- > drivers/tty/serial/Kconfig | 149 ---- > drivers/tty/serial/Makefile | 2 - > drivers/tty/serial/bfin_sport_uart.c | 937 -------------------- > drivers/tty/serial/bfin_sport_uart.h | 86 -- > drivers/tty/serial/bfin_uart.c | 1551 > ---------------------------------- > 5 files changed, 2725 deletions(-) > delete mode 100644 drivers/tty/serial/bfin_sport_uart.c > delete mode 100644 drivers/tty/serial/bfin_sport_uart.h > delete mode 100644 drivers/tty/serial/bfin_uart.c
Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>