Felipe, On Wed, Nov 16, 2011 at 1:14 AM, Fabio Estevam <festevam@xxxxxxxxx> wrote: > Fix the following build issue: > > CC [M] drivers/usb/gadget/fsl_mxc_udc.o > drivers/usb/gadget/fsl_mxc_udc.c: In function 'fsl_udc_clk_finalize': > drivers/usb/gadget/fsl_mxc_udc.c:98: error: implicit declaration of function 'readl' > drivers/usb/gadget/fsl_mxc_udc.c:100: error: implicit declaration of function 'writel' > make[3]: *** [drivers/usb/gadget/fsl_mxc_udc.o] Error 1 > make[2]: *** [drivers/usb/gadget] Error 2 > make[1]: *** [drivers/usb] Error 2 > make: *** [drivers] Error 2 > [3]- Done > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> Is this patch OK? > --- > drivers/usb/gadget/fsl_mxc_udc.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/usb/gadget/fsl_mxc_udc.c b/drivers/usb/gadget/fsl_mxc_udc.c > index 43a49ec..23eaecf 100644 > --- a/drivers/usb/gadget/fsl_mxc_udc.c > +++ b/drivers/usb/gadget/fsl_mxc_udc.c > @@ -16,6 +16,7 @@ > #include <linux/err.h> > #include <linux/fsl_devices.h> > #include <linux/platform_device.h> > +#include <linux/io.h> > > #include <mach/hardware.h> > > -- > 1.7.1 > > -- 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