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:
committed by
Greg Kroah-Hartman
parent
9429ccbf38
commit
dbf5bef8da
@@ -43,7 +43,7 @@
|
|||||||
#include <linux/tty.h>
|
#include <linux/tty.h>
|
||||||
#include <linux/tty_flip.h>
|
#include <linux/tty_flip.h>
|
||||||
|
|
||||||
#include <mach/clk.h>
|
#include <linux/clk/tegra.h>
|
||||||
|
|
||||||
#define TEGRA_UART_TYPE "TEGRA_UART"
|
#define TEGRA_UART_TYPE "TEGRA_UART"
|
||||||
#define TX_EMPTY_STATUS (UART_LSR_TEMT | UART_LSR_THRE)
|
#define TX_EMPTY_STATUS (UART_LSR_TEMT | UART_LSR_THRE)
|
||||||
|
|||||||
Reference in New Issue
Block a user