Greg, I suggest you just use the appended patch to *REPLACE* the patch now in your gregkh-04-usb queue:
usb-musb-build-fixes-for-davinci.patch Net effect of including this plus the other patches in that queue is to achieve what the original 2.6.27-rc(3?) build fix patch would have done, if it were merged right. - Dave =========== From: Kevin Hilman <[email protected]> - update includes after asm/arch --> mach headers move [ [email protected]: just fix mismerge of my 2.6.27-rc patch ] Signed-off-by: Kevin Hilman <[email protected]> Signed-off-by: Felipe Balbi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/usb/musb/davinci.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -32,9 +32,9 @@ #include <linux/io.h> #include <linux/gpio.h> -#include <asm/arch/hardware.h> -#include <asm/arch/memory.h> -#include <asm/arch/gpio.h> +#include <mach/hardware.h> +#include <mach/memory.h> + #include <asm/mach-types.h> #include "musb_core.h" _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
