From: Venu Byravarasu Date: Wed, 23 Jan 2013 07:22:13 +0000 (+0530) Subject: serial: tegra: Fix compilation error X-Git-Tag: v3.9-rc1~125^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbf5bef8da169b38db804996a661f8d634df8295;p=platform%2Fupstream%2Fkernel-adaptation-pc.git serial: tegra: Fix compilation error Fix compilation error, by adding the correct header file for Tegra clocks. Signed-off-by: Venu Byravarasu Reviewed-by: Stephen Warren Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/serial-tegra.c b/drivers/tty/serial/serial-tegra.c index 30d6ff6..4f5e629 100644 --- a/drivers/tty/serial/serial-tegra.c +++ b/drivers/tty/serial/serial-tegra.c @@ -43,7 +43,7 @@ #include #include -#include +#include #define TEGRA_UART_TYPE "TEGRA_UART" #define TX_EMPTY_STATUS (UART_LSR_TEMT | UART_LSR_THRE)