* [PATCH] omap: am3517: fix build break
@ 2010-10-21 9:20 Anand Gadiyar
[not found] ` <1287652806-1067-1-git-send-email-gadiyar-l0cyMroinI0@public.gmane.org>
2010-10-21 18:35 ` Greg KH
0 siblings, 2 replies; 3+ messages in thread
From: Anand Gadiyar @ 2010-10-21 9:20 UTC (permalink / raw)
To: linux-usb-u79uwXL29TY76Z2rM5mHXA,
linux-omap-u79uwXL29TY76Z2rM5mHXA
Cc: Anand Gadiyar, Tony Lindgren, Ajay Kumar Gupta, Felipe Balbi,
Greg Kroah-Hartman
Patch usb-am35x-add-musb-support.patch in greg's USB queue
adds backan include of <plat/control.h>. This file was renamed
by another commit in the omap tree and the file was already
fixed to reflect this.
Remove this include to fix up a build break.
Signed-off-by: Anand Gadiyar <gadiyar-l0cyMroinI0@public.gmane.org>
Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
Cc: Ajay Kumar Gupta <ajay.gupta-l0cyMroinI0@public.gmane.org>
Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: Greg Kroah-Hartman <gregkh-l3A5Bk7waGM@public.gmane.org>
---
Build break observed with linux-next as of 20101021.
Greg, okay with me to fold this into the original patch
if the others in copy agree. It's a trivial enough change.
The patch that renamed plat/control.h is this one:
http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=commitdiff;h=4814ced5116e3b73dc4f63eec84999739fc8ed11
arch/arm/mach-omap2/board-am3517evm.c | 1 -
1 file changed, 1 deletion(-)
Index: mainline/arch/arm/mach-omap2/board-am3517evm.c
===================================================================
--- mainline.orig/arch/arm/mach-omap2/board-am3517evm.c
+++ mainline/arch/arm/mach-omap2/board-am3517evm.c
@@ -35,7 +35,6 @@
#include <plat/common.h>
#include <plat/usb.h>
#include <plat/display.h>
-#include <plat/control.h>
#include "mux.h"
#include "control.h"
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] omap: am3517: fix build break
[not found] ` <1287652806-1067-1-git-send-email-gadiyar-l0cyMroinI0@public.gmane.org>
@ 2010-10-21 10:25 ` Felipe Balbi
0 siblings, 0 replies; 3+ messages in thread
From: Felipe Balbi @ 2010-10-21 10:25 UTC (permalink / raw)
To: Gadiyar, Anand
Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tony Lindgren,
Gupta, Ajay Kumar, Balbi, Felipe, Greg Kroah-Hartman
On Thu, Oct 21, 2010 at 04:20:06AM -0500, Gadiyar, Anand wrote:
>Patch usb-am35x-add-musb-support.patch in greg's USB queue
>adds backan include of <plat/control.h>. This file was renamed
>by another commit in the omap tree and the file was already
>fixed to reflect this.
>
>Remove this include to fix up a build break.
>
>Signed-off-by: Anand Gadiyar <gadiyar-l0cyMroinI0@public.gmane.org>
>Cc: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
>Cc: Ajay Kumar Gupta <ajay.gupta-l0cyMroinI0@public.gmane.org>
>Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Acked-by: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] omap: am3517: fix build break
2010-10-21 9:20 [PATCH] omap: am3517: fix build break Anand Gadiyar
[not found] ` <1287652806-1067-1-git-send-email-gadiyar-l0cyMroinI0@public.gmane.org>
@ 2010-10-21 18:35 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2010-10-21 18:35 UTC (permalink / raw)
To: Anand Gadiyar
Cc: linux-usb, linux-omap, Tony Lindgren, Ajay Kumar Gupta,
Felipe Balbi, Greg Kroah-Hartman
On Thu, Oct 21, 2010 at 02:50:06PM +0530, Anand Gadiyar wrote:
> Patch usb-am35x-add-musb-support.patch in greg's USB queue
> adds backan include of <plat/control.h>. This file was renamed
> by another commit in the omap tree and the file was already
> fixed to reflect this.
>
> Remove this include to fix up a build break.
>
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Ajay Kumar Gupta <ajay.gupta@ti.com>
> Cc: Felipe Balbi <balbi@ti.com>
> Cc: Greg Kroah-Hartman <gregkh@suse.de>
> ---
> Build break observed with linux-next as of 20101021.
>
> Greg, okay with me to fold this into the original patch
> if the others in copy agree. It's a trivial enough change.
I've folded it in with the original patch.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-21 18:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 9:20 [PATCH] omap: am3517: fix build break Anand Gadiyar
[not found] ` <1287652806-1067-1-git-send-email-gadiyar-l0cyMroinI0@public.gmane.org>
2010-10-21 10:25 ` Felipe Balbi
2010-10-21 18:35 ` Greg KH
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.