summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-08-20 19:43:25 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:41:59 -0700
commit3130dc720ae22e320a42471fc476b871b31fcdad (patch)
tree66a17739a9623d5d11427500f368fc75341f2a65 /drivers/tty
parent1244bc05511661715e20050d6a394885b0acb050 (diff)
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 <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/263930 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/Makefile3
1 files changed, 2 insertions, 1 deletions
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