From 12e572d90c0868be9d3158325da7ccd5cb91c2cd Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 20 May 2011 16:29:01 +1000 Subject: udlfb: include prefetch.h explicitly Commit e66eed651fd1 ("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 Signed-off-by: Paul Mundt --- drivers/video/udlfb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/video/udlfb.c') diff --git a/drivers/video/udlfb.c b/drivers/video/udlfb.c index 14b152a99d1..52b0f3e8cca 100644 --- a/drivers/video/udlfb.c +++ b/drivers/video/udlfb.c @@ -29,6 +29,7 @@ #include #include #include +#include #include