public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] serial: tegra: Fix compilation error
@ 2013-01-23  7:22 Venu Byravarasu
  2013-01-23 16:13 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Venu Byravarasu @ 2013-01-23  7:22 UTC (permalink / raw)
  To: alan, gregkh, jslaby; +Cc: linux-kernel, swarren, linux-serial, Venu Byravarasu

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

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] serial: tegra: Fix compilation error
  2013-01-23  7:22 [PATCH] serial: tegra: Fix compilation error Venu Byravarasu
@ 2013-01-23 16:13 ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2013-01-23 16:13 UTC (permalink / raw)
  To: Venu Byravarasu
  Cc: alan, gregkh, jslaby, linux-kernel, linux-serial, Laxman Dewangan

On 01/23/2013 12:22 AM, Venu Byravarasu wrote:
> Fix compilation error, by adding the correct header file
> for Tegra clocks.

Uggh. I guess this driver did introduce new users of the Tegra reset
control APIs, which didn't get converted by the Tegra clock patches
since they went through a different tree:-(

Reviewed-by: Stephen Warren <swarren@nvidia.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-23 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23  7:22 [PATCH] serial: tegra: Fix compilation error Venu Byravarasu
2013-01-23 16:13 ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox