All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: tegra: fixing compilation error
@ 2012-09-13  5:16 ` Venu Byravarasu
  0 siblings, 0 replies; 5+ messages in thread
From: Venu Byravarasu @ 2012-09-13  5:16 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q, linux-lFZ/pmaqli7XmaaqVzeoHQ
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Venu Byravarasu

As usb_phy.h got moved from mach to include/linux/usb
and renamed as tegra_usb_phy.h, correcting it in the include
path.

Signed-off-by: Venu Byravarasu <vbyravarasu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 arch/arm/mach-tegra/board-dt-tegra20.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-tegra/board-dt-tegra20.c b/arch/arm/mach-tegra/board-dt-tegra20.c
index adc6b98..3308a65 100644
--- a/arch/arm/mach-tegra/board-dt-tegra20.c
+++ b/arch/arm/mach-tegra/board-dt-tegra20.c
@@ -41,7 +41,7 @@
 
 #include <mach/iomap.h>
 #include <mach/irqs.h>
-#include <mach/usb_phy.h>
+#include <linux/usb/tegra_usb_phy.h>
 
 #include "board.h"
 #include "clock.h"
-- 
1.7.1.1

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

* [PATCH] arm: tegra: fixing compilation error
@ 2012-09-13  5:16 ` Venu Byravarasu
  0 siblings, 0 replies; 5+ messages in thread
From: Venu Byravarasu @ 2012-09-13  5:16 UTC (permalink / raw)
  To: linux-arm-kernel

As usb_phy.h got moved from mach to include/linux/usb
and renamed as tegra_usb_phy.h, correcting it in the include
path.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
---
 arch/arm/mach-tegra/board-dt-tegra20.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-tegra/board-dt-tegra20.c b/arch/arm/mach-tegra/board-dt-tegra20.c
index adc6b98..3308a65 100644
--- a/arch/arm/mach-tegra/board-dt-tegra20.c
+++ b/arch/arm/mach-tegra/board-dt-tegra20.c
@@ -41,7 +41,7 @@
 
 #include <mach/iomap.h>
 #include <mach/irqs.h>
-#include <mach/usb_phy.h>
+#include <linux/usb/tegra_usb_phy.h>
 
 #include "board.h"
 #include "clock.h"
-- 
1.7.1.1

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

* [PATCH] arm: tegra: fixing compilation error
@ 2012-09-13  5:16 ` Venu Byravarasu
  0 siblings, 0 replies; 5+ messages in thread
From: Venu Byravarasu @ 2012-09-13  5:16 UTC (permalink / raw)
  To: swarren, linux
  Cc: linux-kernel, linux-tegra, linux-arm-kernel, Venu Byravarasu

As usb_phy.h got moved from mach to include/linux/usb
and renamed as tegra_usb_phy.h, correcting it in the include
path.

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
---
 arch/arm/mach-tegra/board-dt-tegra20.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-tegra/board-dt-tegra20.c b/arch/arm/mach-tegra/board-dt-tegra20.c
index adc6b98..3308a65 100644
--- a/arch/arm/mach-tegra/board-dt-tegra20.c
+++ b/arch/arm/mach-tegra/board-dt-tegra20.c
@@ -41,7 +41,7 @@
 
 #include <mach/iomap.h>
 #include <mach/irqs.h>
-#include <mach/usb_phy.h>
+#include <linux/usb/tegra_usb_phy.h>
 
 #include "board.h"
 #include "clock.h"
-- 
1.7.1.1


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

* Re: [PATCH] arm: tegra: fixing compilation error
  2012-09-13  5:16 ` Venu Byravarasu
@ 2012-09-13 15:09   ` Stephen Warren
  -1 siblings, 0 replies; 5+ messages in thread
From: Stephen Warren @ 2012-09-13 15:09 UTC (permalink / raw)
  To: Venu Byravarasu; +Cc: linux, linux-kernel, linux-tegra, linux-arm-kernel

On 09/12/2012 11:16 PM, Venu Byravarasu wrote:
> As usb_phy.h got moved from mach to include/linux/usb
> and renamed as tegra_usb_phy.h, correcting it in the include
> path.

This should no longer be necessary assuming there's a new linux-next today.

(Note that I did point out this issue on our internal mailing list; are
you not subscribed to that?)

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

* [PATCH] arm: tegra: fixing compilation error
@ 2012-09-13 15:09   ` Stephen Warren
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Warren @ 2012-09-13 15:09 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/12/2012 11:16 PM, Venu Byravarasu wrote:
> As usb_phy.h got moved from mach to include/linux/usb
> and renamed as tegra_usb_phy.h, correcting it in the include
> path.

This should no longer be necessary assuming there's a new linux-next today.

(Note that I did point out this issue on our internal mailing list; are
you not subscribed to that?)

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

end of thread, other threads:[~2012-09-13 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13  5:16 [PATCH] arm: tegra: fixing compilation error Venu Byravarasu
2012-09-13  5:16 ` Venu Byravarasu
2012-09-13  5:16 ` Venu Byravarasu
2012-09-13 15:09 ` Stephen Warren
2012-09-13 15:09   ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.