[PATCH] Fix breakage after SG cleanups
Commits
1b27bfd8e426f933020f9fe3d95100b5e41dc5c5 ("Update arch/ to use sg helpers")
b3b47314dbc8af4cacbb5c71b2950f0ee49aeabd ("[SG] Update drivers to use sg helpers")
e9956c23cc4eb7b9d359044a3f90bae4d9123b14 ("Update net/ to use sg helpers")
converted many files to use the scatter gather helpers without ensuring
that the necessary headerfile <linux/scatterlist> is included. This
happened to work for ia64, powerpc, sparc64 and x86 because they
happened to drag in that file via their <asm/dma-mapping.h>.
On most of the others this probably broke.
Instead of increasing the header file spider web I choose to include
<linux/scatterlist.h> directly into the affectes files.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>