linux-stable-rt/drivers/media/video/usbvideo
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
Makefile
ibmcam.c
konicawc.c
quickcam_messenger.c V4L/DVB (4854): Handle errors from input_register_device() 2006-12-10 09:04:52 -02:00
quickcam_messenger.h V4L/DVB (5024): Fix quickcam communicator driver for big endian architectures 2007-01-15 16:25:48 -02:00
ultracam.c
usbvideo.c [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
usbvideo.h
vicam.c [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00