linux/drivers/ieee1394
Ralf Baechle 117636092a [PATCH] Fix breakage after SG cleanups
Commits

  58b053e4ce ("Update arch/ to use sg helpers")
  45711f1af6 ("[SG] Update drivers to use sg helpers")
  fa05f1286b ("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>
2007-10-23 12:02:39 -07:00
..
Kconfig
Makefile
config_roms.c
config_roms.h
csr.c
csr.h
csr1212.c ieee1394: csr1212: proper refcounting 2007-10-16 23:59:59 +02:00
csr1212.h ieee1394: csr1212: proper refcounting 2007-10-16 23:59:59 +02:00
dma.c [PATCH] Fix breakage after SG cleanups 2007-10-23 12:02:39 -07:00
dma.h
dv1394-private.h
dv1394.c
dv1394.h
eth1394.c ieee1394: eth1394: fix lock imbalance 2007-10-16 23:59:54 +02:00
eth1394.h
highlevel.c
highlevel.h
hosts.c
hosts.h
ieee1394-ioctl.h
ieee1394.h
ieee1394_core.c ieee1394: ieee1394_core.c: use DEFINE_SPINLOCK for spinlock definition 2007-10-16 23:59:59 +02:00
ieee1394_core.h
ieee1394_hotplug.h
ieee1394_transactions.c
ieee1394_transactions.h
ieee1394_types.h
iso.c
iso.h
nodemgr.c ieee1394: csr1212: proper refcounting 2007-10-16 23:59:59 +02:00
nodemgr.h
ohci1394.c
ohci1394.h
pcilynx.c ieee1394: pcilynx: I2C cleanups 2007-10-16 23:59:57 +02:00
pcilynx.h
raw1394-private.h
raw1394.c
raw1394.h
sbp2.c [SG] Update drivers to use sg helpers 2007-10-22 21:19:53 +02:00
sbp2.h
video1394.c
video1394.h