dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/media/common
Arjan van de Ven fa027c2a0a [PATCH] mark struct file_operations const 4
Many struct file_operations in the kernel can be "const".  Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data.  In addition it'll catch accidental writes at compile time to
these shared resources.

[akpm@sdl.org: dvb fix]
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:45 -08:00
..
Kconfig V4L/DVB (4421): V4L2 Conversion: saa5246a, saa5249, vino, hexium_orion, hexium_gemini 2006-09-26 11:53:36 -03:00
Makefile V4L/DVB (3770): Kill drivers/media/common/saa7146_vv_ksyms.c 2006-06-25 01:58:02 -03:00
ir-functions.c V4L/DVB (5001): Add two required headers on kernel 2.6.20-rc1 2006-12-27 14:20:46 -02:00
ir-keymaps.c [PATCH] misc duplicate field initializers 2007-02-09 09:14:07 -08:00
saa7146_core.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
saa7146_fops.c [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
saa7146_hlp.c typo fixes: bandwith -> bandwidth 2006-06-30 18:19:55 +02:00
saa7146_i2c.c V4L/DVB (4915): Saa7146: Add timeout protection for I2C interrupt 2006-12-10 09:05:34 -02:00
saa7146_vbi.c V4L/DVB (3516): Make video_buf more generic 2006-03-24 16:26:49 -03:00
saa7146_video.c V4L/DVB (4494a): Fix compilation when V4L1 support is not present 2006-09-10 13:45:46 -03:00