Skip to content

Commit

Permalink
serial: tegra: Fix compilation error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Venu Byravarasu authored and Greg Kroah-Hartman committed Jan 25, 2013
1 parent 9429ccb commit dbf5bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/serial-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dbf5bef

Please sign in to comment.