From: Stephen Rothwell Date: Fri, 20 May 2011 06:29:01 +0000 (+1000) Subject: udlfb: include prefetch.h explicitly X-Git-Tag: v3.0-rc1~166^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e572d90c0868be9d3158325da7ccd5cb91c2cd;p=pandora-kernel.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 --- Reading git-diff-tree failed