serial: tegra: Fix compilation error

Fix compilation error, by adding the correct header file
for Tegra clocks.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Venu Byravarasu 2013-01-23 12:52:13 +05:30 committed by Greg Kroah-Hartman
parent 9429ccbf38
commit dbf5bef8da
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <mach/clk.h>
#include <linux/clk/tegra.h>
#define TEGRA_UART_TYPE "TEGRA_UART"
#define TX_EMPTY_STATUS (UART_LSR_TEMT | UART_LSR_THRE)