9
0
Fork 0
barebox/drivers/usb
Eric Bénard a9cc5d079a fsl_udc: fix warning
this patch fix the following warning :
drivers/usb/gadget/fsl_udc.c: In function 'done':
drivers/usb/gadget/fsl_udc.c:566: warning: passing argument 1 of 'dma_inv_range' makes integer from pointer without a cast
arch/arm/include/asm/mmu.h:24: note: expected 'long unsigned int' but argument is of type 'void *'
drivers/usb/gadget/fsl_udc.c:566: warning: passing argument 2 of 'dma_inv_range' makes integer from pointer without a cast
arch/arm/include/asm/mmu.h:24: note: expected 'long unsigned int' but argument is of type 'void *'

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-10-21 21:08:22 +02:00
..
core drivers/usb: regorganisation 2010-08-02 15:16:31 +02:00
gadget fsl_udc: fix warning 2010-10-21 21:08:22 +02:00
host move include files for mfd drivers to include/mfd 2010-10-11 13:22:13 +02:00
otg move include files for mfd drivers to include/mfd 2010-10-11 13:22:13 +02:00
Kconfig drivers/usb: regorganisation 2010-08-02 15:16:31 +02:00
Makefile drivers/usb: regorganisation 2010-08-02 15:16:31 +02:00