From: Stephen Rothwell Date: Fri, 20 May 2011 06:29:01 +0000 (+1000) Subject: udlfb: include prefetch.h explicitly X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=12e572d90c0868be9d3158325da7ccd5cb91c2cd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- diff --git a/drivers/video/udlfb.c b/drivers/video/udlfb.c index 14b152a99d13..52b0f3e8ccac 100644 --- a/drivers/video/udlfb.c +++ b/drivers/video/udlfb.c @@ -29,6 +29,7 @@ #include #include #include +#include #include