commit | 12e572d90c0868be9d3158325da7ccd5cb91c2cd | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Fri May 20 16:29:01 2011 +1000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue May 24 16:11:18 2011 +0900 |
tree | ff98c43cc5054c2edcd3184f5cbbc2ecc7566025 | |
parent | 08f3153861e3ce8ff28fa82efe50cfb744afee7e [diff] |
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 <sfr@canb.auug.org.au> Signed-off-by: Paul Mundt <lethal@linux-sh.org>