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@xxxxxx> Cc: Tony Lindgren <tony@xxxxxxxxxxx> Cc: Ajay Kumar Gupta <ajay.gupta@xxxxxx> Cc: Felipe Balbi <balbi@xxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxx> --- 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-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html