kernel-hacking-2024-linux-s.../drivers/usb/musb
Mike Frysinger 9303961f5b musb: fix prefetch build failure
After the prefetch/list.h restructure, drivers need to explicitly include
linux/prefetch.h in order to use the prefetch() function.  Otherwise, the
current driver fails to build:

drivers/usb/musb/musb_core.c: In function 'musb_write_fifo':
drivers/usb/musb/musb_core.c:219: error: implicit declaration of function 'prefetch'
make[3]: *** [drivers/usb/musb/musb_core.o] Error 1

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-06 16:02:31 -07:00
..
am35x.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
blackfin.c usb: musb: fix compile error 2011-05-18 14:43:12 +03:00
blackfin.h
cppi_dma.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
cppi_dma.h
da8xx.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
davinci.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
davinci.h
Kconfig usb: musb: ux500: add configuration and build options for ux500 dma 2011-05-18 14:43:16 +03:00
Makefile usb: musb: ux500: add configuration and build options for ux500 dma 2011-05-18 14:43:16 +03:00
musb_core.c musb: fix prefetch build failure 2011-06-06 16:02:31 -07:00
musb_core.h USB: musb: blackfin: work around anomaly 05000450 2011-04-13 11:51:28 +03:00
musb_debug.h usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
musb_debugfs.c
musb_dma.h
musb_gadget.c usb: musb: ux500: add ux500 specific code for gadget side 2011-05-18 14:43:13 +03:00
musb_gadget.h
musb_gadget_ep0.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
musb_host.c usb: musb: host: remove duplicate check in musb_ep_program() 2011-05-13 14:34:07 +03:00
musb_host.h
musb_io.h
musb_regs.h
musb_virthub.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
musbhsdma.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
musbhsdma.h
omap2430.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
omap2430.h
tusb6010.c usb: musb: fix compile error 2011-05-18 14:43:12 +03:00
tusb6010.h
tusb6010_omap.c usb: musb: drop unneeded musb_debug trickery 2011-05-13 14:34:04 +03:00
ux500.c usb: musb: ux500: copy dma mask from platform device to musb device 2011-04-13 11:50:57 +03:00
ux500_dma.c usb: musb: ux500: add dma glue layer for ux500 2011-05-18 14:43:15 +03:00