remarkable-linux/drivers/staging/pohmelfs
Linus Torvalds 268bb0ce3e sanitize <linux/prefetch.h> usage
Commit e66eed651f ("list: remove prefetching from regular list
iterators") removed the include of prefetch.h from list.h, which
uncovered several cases that had apparently relied on that rather
obscure header file dependency.

So this fixes things up a bit, using

   grep -L linux/prefetch.h $(git grep -l '[^a-z_]prefetchw*(' -- '*.[ch]')
   grep -L 'prefetchw*(' $(git grep -l 'linux/prefetch.h' -- '*.[ch]')

to guide us in finding files that either need <linux/prefetch.h>
inclusion, or have it despite not needing it.

There are more of them around (mostly network drivers), but this gets
many core ones.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-05-20 12:50:29 -07:00
..
config.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 2011-03-16 16:29:25 -07:00
crypto.c Fix common misspellings 2011-03-31 11:26:23 -03:00
dir.c Staging: pohmelfs/dir.c: Remove unneeded mutex_unlock() from pohmelfs_rename() 2011-01-21 12:38:46 -08:00
inode.c sanitize <linux/prefetch.h> usage 2011-05-20 12:50:29 -07:00
Kconfig
lock.c
Makefile
mcache.c
net.c pohmelfs: double-free and leak 2011-01-12 20:02:44 -05:00
netfs.h staging: pohmelfs: Fix some typos, and comments. 2011-02-04 13:01:02 -08:00
path_entry.c
trans.c