On Fri, Jan 23, 2009 at 06:00:37PM +0200, Kalle Valo wrote: > drivers/usb/musb/tusb6010_omap.c:18:26: error: asm/arch/dma.h: > No such file or directory > drivers/usb/musb/tusb6010_omap.c:19:26: error: asm/arch/mux.h: > No such file or directory > > Signed-off-by: Kalle Valo <kalle.valo@xxxxxxxxx> Acked-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> > --- > > drivers/usb/musb/tusb6010_omap.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/usb/musb/tusb6010_omap.c b/drivers/usb/musb/tusb6010_omap.c > index 52f7f29..7e073a0 100644 > --- a/drivers/usb/musb/tusb6010_omap.c > +++ b/drivers/usb/musb/tusb6010_omap.c > @@ -15,8 +15,8 @@ > #include <linux/usb.h> > #include <linux/platform_device.h> > #include <linux/dma-mapping.h> > -#include <asm/arch/dma.h> > -#include <asm/arch/mux.h> > +#include <mach/dma.h> > +#include <mach/mux.h> > > #include "musb_core.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 -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html