Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udlfb: include prefetch.h explicitly
Commit e66eed6 ("list: remove prefetching from regular list iterators") removed the include of prefetch.h from list.h, so we need to include it explicitly, now. fixes this build error on powerpc: drivers/video/udlfb.c: In function 'dlfb_compress_hline': drivers/video/udlfb.c:421: error: implicit declaration of function 'prefetch_range' Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Paul Mundt <[email protected]>
- Loading branch information