linux/drivers/media/video/ivtv
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 V4L/DVB (6120): ivtvfb: rename some missed ivtv-fb references to ivtvfb 2007-10-09 22:07:24 -03:00
Makefile V4L/DVB (6119): ivtvfb: renamed ivtv-fb to ivtvfb, move header to include/linux 2007-10-09 22:07:23 -03:00
ivtv-cards.c V4L/DVB (5995): ivtv: add AverMedia M116 2007-10-09 22:04:54 -03:00
ivtv-cards.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-controls.c V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c 2007-10-09 22:06:47 -03:00
ivtv-controls.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-driver.c V4L/DVB (6342): ivtv: fix circular locking (bug 9037) 2007-10-22 12:01:47 -02:00
ivtv-driver.h [PATCH] Fix breakage after SG cleanups 2007-10-23 12:02:39 -07:00
ivtv-fileops.c V4L/DVB (6348): ivtv: undo video mute when closing the radio 2007-10-22 12:01:49 -02:00
ivtv-fileops.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-firmware.c V4L/DVB (5920): ivtv: fix incorrect fw size report. 2007-07-30 16:26:35 -03:00
ivtv-firmware.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-gpio.c V4L/DVB (5995): ivtv: add AverMedia M116 2007-10-09 22:04:54 -03:00
ivtv-gpio.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-i2c.c V4L/DVB (6113): ivtv: udelay for the i2c bus was set too high 2007-10-09 22:07:12 -03:00
ivtv-i2c.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-ioctl.c V4L/DVB (6341): ivtv: fix resizing MPEG1 streams 2007-10-22 12:01:46 -02:00
ivtv-ioctl.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-irq.c V4L/DVB (6313): ivtv: Replace list_for_each+list_entry with list_for_each_entry 2007-10-10 13:34:56 -03:00
ivtv-irq.h V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c 2007-10-09 22:06:47 -03:00
ivtv-mailbox.c V4L/DVB (6055): ivtv: improve debug messages 2007-10-09 22:05:42 -03:00
ivtv-mailbox.h V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c 2007-10-09 22:06:47 -03:00
ivtv-queue.c V4L/DVB (6098): ivtv: kzalloc() returns void pointer, no need to cast 2007-10-09 22:06:53 -03:00
ivtv-queue.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-routing.c V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c 2007-10-09 22:06:47 -03:00
ivtv-routing.h V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c into ivtv-routing.c 2007-10-09 22:06:47 -03:00
ivtv-streams.c V4L/DVB (6347): ivtv: fix video mute when radio is used 2007-10-22 12:01:48 -02:00
ivtv-streams.h V4L/DVB (6342): ivtv: fix circular locking (bug 9037) 2007-10-22 12:01:47 -02:00
ivtv-udma.c [SG] Update drivers to use sg helpers 2007-10-22 21:19:53 +02:00
ivtv-udma.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-vbi.c V4L/DVB (6116): ivtv: VBI cleanups and fixes 2007-10-09 22:07:14 -03:00
ivtv-vbi.h V4L/DVB (6116): ivtv: VBI cleanups and fixes 2007-10-09 22:07:14 -03:00
ivtv-version.h V4L/DVB (6091): ivtv: header cleanup 2007-10-09 22:06:44 -03:00
ivtv-yuv.c V4L/DVB (6346): ivtvfb: YUV output size fix when ivtvfb is not loaded 2007-10-22 12:01:48 -02:00
ivtv-yuv.h V4L/DVB (6345): ivtvfb: YUV handling of an image which is not visible in the display area 2007-10-22 12:01:48 -02:00
ivtvfb.c V4L/DVB (6380): ivtvfb: Removal of the 'osd_compat' module option 2007-10-22 12:01:52 -02:00