From 3130dc720ae22e320a42471fc476b871b31fcdad Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Tue, 20 Aug 2013 19:43:25 +0530 Subject: serial: remove legacy tegra_hsuart driver There is new high speed serial driver as serial-tegra and legacy driver tegra_hsuart is no more used. Hence removing this driver. bug 1349711 Change-Id: I414a0cb24026e2bb9df46843739e449f45c437cc Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/263930 Reviewed-by: Automatic_Commit_Validation_User --- drivers/tty/serial/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/tty') diff --git a/drivers/tty/serial/Makefile b/drivers/tty/serial/Makefile index d67169e95da8..e78204e003d7 100644 --- a/drivers/tty/serial/Makefile +++ b/drivers/tty/serial/Makefile @@ -1,7 +1,7 @@ # # Makefile for the kernel serial device drivers. # -GCOV_PROFILE_tegra_hsuart.o := y +GCOV_PROFILE_serial-tegra.o := y obj-$(CONFIG_SERIAL_CORE) += serial_core.o obj-$(CONFIG_SERIAL_21285) += 21285.o @@ -81,6 +81,7 @@ obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o obj-$(CONFIG_SERIAL_LANTIQ) += lantiq.o obj-$(CONFIG_SERIAL_XILINX_PS_UART) += xilinx_uartps.o obj-$(CONFIG_SERIAL_SIRFSOC) += sirfsoc_uart.o +CFLAGS_serial-tegra.o = -Werror obj-$(CONFIG_SERIAL_TEGRA) += serial-tegra.o obj-$(CONFIG_SERIAL_AR933X) += ar933x_uart.o obj-$(CONFIG_SERIAL_EFM32_UART) += efm32-uart.o -- cgit v1.2.3