]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: blackfin: include prefetch head file
authorBob Liu <lliubbo@gmail.com>
Fri, 5 Aug 2011 09:33:05 +0000 (17:33 +0800)
committerFelipe Balbi <balbi@ti.com>
Fri, 12 Aug 2011 08:52:51 +0000 (11:52 +0300)
commitb8def2cbf708afb469f73acfd2a44a3b95886844
tree58294904c28aaf91f60cd75c8ef957f87556d1fc
parentbd492be735a02339f0a0312a3d890992c4ed1e48
usb: musb: blackfin: include prefetch head file

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/blackfin.c: In function 'musb_write_fifo':
drivers/usb/musb/blackfin.c:43: error: implicit declaration of function
'prefetch'

Signed-off-by: Bob Liu <lliubbo@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/blackfin.c