android_kernel_samsung_msm8976/drivers/media/video/usbvision
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 (4925): Corrected and separated the Kconfig for usbvision 2006-12-10 09:05:42 -02:00
Makefile V4L/DVB (4937): Usbvision cleanup and code reorganization 2006-12-10 09:22:49 -02:00
usbvision-cards.c V4L/DVB (4979): Fixes compilation when CONFIG_V4L1_COMPAT is not selected 2006-12-27 14:19:21 -02:00
usbvision-core.c V4L/DVB (5012): Usbvision fix: It was using "&&" instead "&" 2006-12-27 14:23:41 -02:00
usbvision-i2c.c V4L/DVB (4970): Usbvision memory fixes 2006-12-27 14:19:04 -02:00
usbvision-video.c [PATCH] mark struct file_operations const 4 2007-02-12 09:48:45 -08:00
usbvision.h V4L/DVB (4970): Usbvision memory fixes 2006-12-27 14:19:04 -02:00