commit | ad50c1b20ff27780afbb8bcd3d153393d360419e | [log] [tgz] |
---|---|---|
author | Bob Liu <lliubbo@gmail.com> | Fri Aug 05 17:33:05 2011 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Fri Aug 12 11:52:51 2011 +0300 |
tree | 58294904c28aaf91f60cd75c8ef957f87556d1fc | |
parent | 240a16e2cd831cb25361b1d1797bd04e8faf8b4f [diff] |
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>