From b8ac14d388c3ee830ed23f7bb0677b6d173d8111 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 9 Mar 2018 11:41:32 +0100 Subject: tty: hvc: remove tile driver The Tile architecture is obsolete and getting removed from the kernel, this removes the corresponding console driver as well. Acked-by: Greg Kroah-Hartman Signed-off-by: Arnd Bergmann --- drivers/tty/hvc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/tty/hvc/Makefile') diff --git a/drivers/tty/hvc/Makefile b/drivers/tty/hvc/Makefile index b82f9f68cd23..7da1934d34e8 100644 --- a/drivers/tty/hvc/Makefile +++ b/drivers/tty/hvc/Makefile @@ -3,7 +3,6 @@ obj-$(CONFIG_HVC_CONSOLE) += hvc_vio.o hvsi_lib.o obj-$(CONFIG_HVC_OPAL) += hvc_opal.o hvsi_lib.o obj-$(CONFIG_HVC_OLD_HVSI) += hvsi.o obj-$(CONFIG_HVC_RTAS) += hvc_rtas.o -obj-$(CONFIG_HVC_TILE) += hvc_tile.o obj-$(CONFIG_HVC_DCC) += hvc_dcc.o obj-$(CONFIG_HVC_DRIVER) += hvc_console.o obj-$(CONFIG_HVC_IRQ) += hvc_irq.o -- cgit v1.2.3