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/bluetooth
Arjan van de Ven 2b8693c061 [PATCH] mark struct file_operations const 3
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.

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 [Bluetooth] Remove TXCRC compile option for BCSP driver 2005-10-28 19:20:40 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bcm203x.c WorkStruct: make allyesconfig 2006-11-22 14:57:56 +00:00
bfusb.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
bluecard_cs.c [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation 2006-12-04 20:12:02 -05:00
bpa10x.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
bt3c_cs.c [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation 2006-12-04 20:12:02 -05:00
btuart_cs.c [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation 2006-12-04 20:12:02 -05:00
dtl1_cs.c [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation 2006-12-04 20:12:02 -05:00
hci_bcsp.c [PATCH] lockdep: annotate bcsp driver 2006-12-07 08:39:34 -08:00
hci_h4.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
hci_ldisc.c [Bluetooth] Code cleanup for the HCI UART driver 2006-09-28 18:01:30 -07:00
hci_uart.h [Bluetooth] Cleanup of the HCI UART driver 2005-10-28 19:20:45 +02:00
hci_usb.c [Bluetooth] Correct SCO buffer for Broadcom based Dell laptops 2007-01-09 00:29:59 -08:00
hci_usb.h [Bluetooth] Correct SCO buffer size on request 2006-07-03 19:53:56 -07:00
hci_vhci.c [PATCH] mark struct file_operations const 3 2007-02-12 09:48:45 -08:00