On Fri, Jul 03, 2009 at 01:49:06PM +0200, Valentin Longchamp wrote: > I have another comment about the patch, please see below. And another... > > diff --git a/arch/arm/plat-mxc/ehci.c b/arch/arm/plat-mxc/ehci.c > > new file mode 100644 > > index 0000000..2539454 > > --- /dev/null > > +++ b/arch/arm/plat-mxc/ehci.c > > @@ -0,0 +1,89 @@ > > +/* > > + * Copyright (c) 2009 Daniel Mack <daniel@xxxxxxxx> > > + * > > + * This program is free software; you can redistribute it and/or modify it > > + * under the terms of the GNU General Public License as published by the > > + * Free Software Foundation; either version 2 of the License, or (at your > > + * option) any later version. > > + * > > + * This program is distributed in the hope that it will be useful, but > > + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY > > + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License > > + * for more details. > > + * > > + * You should have received a copy of the GNU General Public License > > + * along with this program; if not, write to the Free Software Foundation, > > + * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > > + */ > > + > > +#include <linux/platform_device.h> > > + > > +#include <mach/hardware.h> > > +#include <mach/mxc_ehci.h> > > +#include <asm/io.h> linux/io.h please. -- 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