[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1358925733-20206-1-git-send-email-vbyravarasu@nvidia.com>
Date: Wed, 23 Jan 2013 12:52:13 +0530
From: Venu Byravarasu <vbyravarasu@...dia.com>
To: <alan@...ux.intel.com>, <gregkh@...uxfoundation.org>,
<jslaby@...e.cz>
CC: <linux-kernel@...r.kernel.org>, <swarren@...dotorg.org>,
<linux-serial@...r.kernel.org>,
Venu Byravarasu <vbyravarasu@...dia.com>
Subject: [PATCH] serial: tegra: Fix compilation error
Fix compilation error, by adding the correct header file
for Tegra clocks.
Signed-off-by: Venu Byravarasu <vbyravarasu@...dia.com>
---
drivers/tty/serial/serial-tegra.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 <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)
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists