]> git.baikalelectronics.ru Git - kernel.git/commit
udlfb: include prefetch.h explicitly
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 20 May 2011 06:29:01 +0000 (16:29 +1000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 24 May 2011 07:11:18 +0000 (16:11 +0900)
commit3430384648e95bd079341f8c4f72b0a64b3325ad
treeff98c43cc5054c2edcd3184f5cbbc2ecc7566025
parentc2541fabc5ad08ed50b63fcd3d8560195d42e870
udlfb: include prefetch.h explicitly

Commit 4f3ec9d1e882 ("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 <sfr@canb.auug.org.au>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/video/udlfb.c